Html Css Color HEX #76E414 Lawn Green

📋 copy color: '#76E414'

red 118 ◦ green 228 ◦ blue 20

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

Shades of Lawn Green #76E414

Tints of Lawn Green #76E414

RGB

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

 GREEN value IS 228 (89.45% from 255) = 62.3%

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

R = 32.24%
G = 62.3%
B = 5.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#76E414 (or 0x76E414) is known color: Lawn Green. HEX triplet: 76, E4 and 14. RGB value is (118,228,20). Sum of RGB (Red+Green+Blue) = 118+228+20=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 228 (89.45% from 255 or 62.30% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 228 - color contains mainly: green. Hex color #76E414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76E414 is #891BEB. Grayscale: #ACACAC. Windows color (decimal): -8985580 or 1369206. OLE color: 1369206.

HSL color Cylindrical-coordinate representation of color #76E414: hue angle of 91.73º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76E414 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 228 20 -
CMYK 0.48 0 0.91 0.11
HSL 91.73º 0.84% 0.49% -
HSV(B) 91.73º 0.91% 0.89% -
XYZ 35.34 59.39 10.26 -
YUV 171.4 42.56 89.91 -
System Red Green Blue C M Y K H S L
Decimal 118 228 20 0.48 0 0.91 0.11 91.73 0.84 0.49
Hex 76 E4 14 30 0 5B B 5C 54 31
Octal 166 344 24 60 0 133 13 134 124 61
Binary 1110110 11100100 10100 110000 0 1011011 1011 1011100 1010100 110001

Color Harmonies of #76E414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E414

Black with #76E414

Text Example


Text Example

White with #76E414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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