Html Css Color HEX #74DA4F Mantis

📋 copy color: '#74DA4F'

red 116 ◦ green 218 ◦ blue 79

#74DA4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #74DA4F

Tints of Mantis #74DA4F

RGB

 RED value IS 116 (45.7% from 255) = 28.09%

 GREEN value IS 218 (85.55% from 255) = 52.78%

 BLUE value IS 79 (31.25% from 255) = 19.13%

R = 28.09%
G = 52.78%
B = 19.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#74DA4F (or 0x74DA4F) is known color: Mantis. HEX triplet: 74, DA and 4F. RGB value is (116,218,79). Sum of RGB (Red+Green+Blue) = 116+218+79=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DA4F is #8B25B0. Grayscale: #ACACAC. Windows color (decimal): -9119153 or 5233268. OLE color: 5233268.

HSL color Cylindrical-coordinate representation of color #74DA4F: hue angle of 104.03º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74DA4F is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 218 79 -
CMYK 0.47 0 0.64 0.15
HSL 104.03º 0.65% 0.58% -
HSV(B) 104.03º 0.64% 0.85% -
XYZ 33.69 54.42 16.13 -
YUV 171.66 75.71 88.3 -
System Red Green Blue C M Y K H S L
Decimal 116 218 79 0.47 0 0.64 0.15 104.03 0.65 0.58
Hex 74 DA 4F 2F 0 40 F 68 41 3A
Octal 164 332 117 57 0 100 17 150 101 72
Binary 1110100 11011010 1001111 101111 0 1000000 1111 1101000 1000001 111010

Color Harmonies of #74DA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DA4F

Black with #74DA4F

Text Example


Text Example

White with #74DA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74DA4F; }

 p { color: rgb(116,218,79); }

 H1.HeaderClassName
 {
   color: #74DA4F;
 }
 .AnyTagClassName
 {
   color: #74DA4F;
 }
</style>

background-color css

<style>
 a { background-color: #74DA4F; }

 a { background-color: rgb(116,218,79); }

 div.DivClassName
 {
   background-color: #74DA4F;
 }
 .BgClassName
 {
   background-color: #74DA4F;
 }
</style>

border-color css

<style>
 span { border-color: #74DA4F; }

 span { border-color: rgb(116,218,79); }

 td.TdClassName
 {
   border-color: #74DA4F;
 }
 .TagClassName
 {
   border-color: #74DA4F;
 }
</style>