Html Css Color HEX #76CC4F Mantis

📋 copy color: '#76CC4F'

red 118 ◦ green 204 ◦ blue 79

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

Shades of Mantis #76CC4F

Tints of Mantis #76CC4F

RGB

 RED value IS 118 (46.48% from 255) = 29.43%

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

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

R = 29.43%
G = 50.87%
B = 19.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#76CC4F (or 0x76CC4F) is known color: Mantis. HEX triplet: 76, CC and 4F. RGB value is (118,204,79). Sum of RGB (Red+Green+Blue) = 118+204+79=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CC4F is #8933B0. Grayscale: #A4A4A4. Windows color (decimal): -8991665 or 5229686. OLE color: 5229686.

HSL color Cylindrical-coordinate representation of color #76CC4F: hue angle of 101.28º 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 #76CC4F is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 204 79 -
CMYK 0.42 0 0.61 0.2
HSL 101.28º 0.55% 0.55% -
HSV(B) 101.28º 0.61% 0.8% -
XYZ 30.48 47.6 14.98 -
YUV 164.04 80.01 95.16 -
System Red Green Blue C M Y K H S L
Decimal 118 204 79 0.42 0 0.61 0.2 101.28 0.55 0.55
Hex 76 CC 4F 2A 0 3D 14 65 37 37
Octal 166 314 117 52 0 75 24 145 67 67
Binary 1110110 11001100 1001111 101010 0 111101 10100 1100101 110111 110111

Color Harmonies of #76CC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CC4F

Black with #76CC4F

Text Example


Text Example

White with #76CC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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