#71DD06

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

Shades of Lawn Green #71DD06

Tints of Lawn Green #71DD06

Color information

#71DD06 (or 0x71DD06) is unknown color: approx Lawn Green. HEX triplet: 71, DD and 06. RGB value is (113,221,6). Sum of RGB (Red+Green+Blue) = 113+221+6=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71DD06 is #8E22F9. Grayscale: #A4A4A4. Windows color (decimal): -9315066 or 449905. OLE color: 449905.

HSL color Cylindrical-coordinate representation of color #71DD06: hue angle of 90.14º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71DD06 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB1132216-
CMYK0.4900.970.13
HSL90.14º94.71%44.51%-
HSV(B)90.14º97.29%86.67%-
XYZ32.755.249.11-
YUV164.238.7291.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 221 (86.72% from 255) = 65%
BLUE value IS 6 (2.73% from 255) = 1.76%
R=33.24%
G=65%
B=1.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11322160.4900.970.1390.1494.7144.51
Hex71DD631061D5a5f2d
Octal16133566101411513213755
Binary11100011101110111011000101100001110110110101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71DD06; }

 p { color: rgb(113,221,6); }

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

<style>
 a { background-color: #71DD06; }

 a { background-color: rgb(113,221,6); }

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

<style>
 span { border-color: #71DD06; }

 span { border-color: rgb(113,221,6); }

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