Html Css Color HEX #76DC14 Lawn Green

📋 copy color: '#76DC14'

red 118 ◦ green 220 ◦ blue 20

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

Shades of Lawn Green #76DC14

Tints of Lawn Green #76DC14

RGB

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

 GREEN value IS 220 (86.33% from 255) = 61.45%

 BLUE value IS 20 (8.2% from 255) = 5.59%

R = 32.96%
G = 61.45%
B = 5.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#76DC14 (or 0x76DC14) is known color: Lawn Green. HEX triplet: 76, DC and 14. RGB value is (118,220,20). Sum of RGB (Red+Green+Blue) = 118+220+20=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76DC14 is #8923EB. Grayscale: #A7A7A7. Windows color (decimal): -8987628 or 1367158. OLE color: 1367158.

HSL color Cylindrical-coordinate representation of color #76DC14: hue angle of 90.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76DC14 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 220 20 -
CMYK 0.46 0 0.91 0.14
HSL 90.6º 0.83% 0.47% -
HSV(B) 90.6º 0.91% 0.86% -
XYZ 33.19 55.09 9.55 -
YUV 166.7 45.21 93.26 -
System Red Green Blue C M Y K H S L
Decimal 118 220 20 0.46 0 0.91 0.14 90.6 0.83 0.47
Hex 76 DC 14 2E 0 5B E 5B 53 2F
Octal 166 334 24 56 0 133 16 133 123 57
Binary 1110110 11011100 10100 101110 0 1011011 1110 1011011 1010011 101111

Color Harmonies of #76DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DC14

Black with #76DC14

Text Example


Text Example

White with #76DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,220,20); }

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

background-color css

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

 a { background-color: rgb(118,220,20); }

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

border-color css

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

 span { border-color: rgb(118,220,20); }

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