Html Css Color HEX #74CC4F Mantis

📋 copy color: '#74CC4F'

red 116 ◦ green 204 ◦ blue 79

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

Shades of Mantis #74CC4F

Tints of Mantis #74CC4F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.13%

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

R = 29.07%
G = 51.13%
B = 19.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#74CC4F (or 0x74CC4F) is known color: Mantis. HEX triplet: 74, CC and 4F. RGB value is (116,204,79). Sum of RGB (Red+Green+Blue) = 116+204+79=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CC4F is #8B33B0. Grayscale: #A3A3A3. Windows color (decimal): -9122737 or 5229684. OLE color: 5229684.

HSL color Cylindrical-coordinate representation of color #74CC4F: hue angle of 102.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74CC4F is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 204 79 -
CMYK 0.43 0 0.61 0.2
HSL 102.24º 0.55% 0.55% -
HSV(B) 102.24º 0.61% 0.8% -
XYZ 30.21 47.46 14.97 -
YUV 163.44 80.35 94.16 -
System Red Green Blue C M Y K H S L
Decimal 116 204 79 0.43 0 0.61 0.2 102.24 0.55 0.55
Hex 74 CC 4F 2B 0 3D 14 66 37 37
Octal 164 314 117 53 0 75 24 146 67 67
Binary 1110100 11001100 1001111 101011 0 111101 10100 1100110 110111 110111

Color Harmonies of #74CC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CC4F

Black with #74CC4F

Text Example


Text Example

White with #74CC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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