Html Css Color HEX #76FF0C Lawn Green

📋 copy color: '#76FF0C'

red 118 ◦ green 255 ◦ blue 12

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

Shades of Lawn Green #76FF0C

Tints of Lawn Green #76FF0C

RGB

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

 GREEN value IS 255 (100% from 255) = 66.23%

 BLUE value IS 12 (5.08% from 255) = 3.12%

R = 30.65%
G = 66.23%
B = 3.12%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#76FF0C (or 0x76FF0C) is known color: Lawn Green. HEX triplet: 76, FF and 0C. RGB value is (118,255,12). Sum of RGB (Red+Green+Blue) = 118+255+12=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76FF0C is #8900F3. Grayscale: #BBBBBB. Windows color (decimal): -8978676 or 851830. OLE color: 851830.

HSL color Cylindrical-coordinate representation of color #76FF0C: hue angle of 93.83º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76FF0C is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 118 255 12 -
CMYK 0.54 0 0.95 0
HSL 93.83º 1% 0.52% -
HSV(B) 93.83º 0.95% 1% -
XYZ 43.3 75.4 12.62 -
YUV 186.34 29.61 79.26 -
System Red Green Blue C M Y K H S L
Decimal 118 255 12 0.54 0 0.95 0 93.83 1 0.52
Hex 76 FF C 36 0 5F 0 5E 64 34
Octal 166 377 14 66 0 137 0 136 144 64
Binary 1110110 11111111 1100 110110 0 1011111 0 1011110 1100100 110100

Color Harmonies of #76FF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FF0C

Black with #76FF0C

Text Example


Text Example

White with #76FF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,255,12); }

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

background-color css

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

 a { background-color: rgb(118,255,12); }

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

border-color css

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

 span { border-color: rgb(118,255,12); }

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