Html Css Color HEX #76DD12 Lawn Green

📋 copy color: '#76DD12'

red 118 ◦ green 221 ◦ blue 18

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

Shades of Lawn Green #76DD12

Tints of Lawn Green #76DD12

RGB

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

 GREEN value IS 221 (86.72% from 255) = 61.9%

 BLUE value IS 18 (7.42% from 255) = 5.04%

R = 33.05%
G = 61.9%
B = 5.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#76DD12 (or 0x76DD12) is known color: Lawn Green. HEX triplet: 76, DD and 12. RGB value is (118,221,18). Sum of RGB (Red+Green+Blue) = 118+221+18=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 221 (86.72% from 255 or 61.90% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76DD12 is #8922ED. Grayscale: #A7A7A7. Windows color (decimal): -8987374 or 1236342. OLE color: 1236342.

HSL color Cylindrical-coordinate representation of color #76DD12: hue angle of 90.44º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76DD12 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 18 -
CMYK 0.47 0 0.92 0.13
HSL 90.44º 0.85% 0.47% -
HSV(B) 90.44º 0.92% 0.87% -
XYZ 33.44 55.61 9.54 -
YUV 167.06 43.88 93.01 -
System Red Green Blue C M Y K H S L
Decimal 118 221 18 0.47 0 0.92 0.13 90.44 0.85 0.47
Hex 76 DD 12 2F 0 5C D 5A 55 2F
Octal 166 335 22 57 0 134 15 132 125 57
Binary 1110110 11011101 10010 101111 0 1011100 1101 1011010 1010101 101111

Color Harmonies of #76DD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DD12

Black with #76DD12

Text Example


Text Example

White with #76DD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,221,18); }

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

background-color css

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

 a { background-color: rgb(118,221,18); }

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

border-color css

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

 span { border-color: rgb(118,221,18); }

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