#76DD1E

Color #76DD1E Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #76DD1E

Tints of Lawn Green #76DD1E

Color information

#76DD1E (or 0x76DD1E) is unknown color: approx Lawn Green. HEX triplet: 76, DD and 1E. RGB value is (118,221,30). Sum of RGB (Red+Green+Blue) = 118+221+30=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DD1E is #8922E1. Grayscale: #A9A9A9. Windows color (decimal): -8987362 or 2022774. OLE color: 2022774.

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

Color convert

RGB11822130-
CMYK0.4700.860.13
HSL92.36º76.1%49.22%-
HSV(B)92.36º86.43%86.67%-
XYZ33.5655.6610.2-
YUV168.4349.8892.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 221 (86.72% from 255) = 59.89%
BLUE value IS 30 (12.11% from 255) = 8.13%
R=31.98%
G=59.89%
B=8.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118221300.4700.860.1392.3676.149.22
Hex76DD1E2F056D5c4c31
Octal166335365701261513411461
Binary1110110110111011111010111101010110110110111001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76DD1E;
 }
 .AnyTagClassName
 {
   color: #76DD1E;
 }
</style>
background-color css

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

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

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

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

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

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