#71E114

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

Shades of Lawn Green #71E114

Tints of Lawn Green #71E114

Color information

#71E114 (or 0x71E114) is unknown color: approx Lawn Green. HEX triplet: 71, E1 and 14. RGB value is (113,225,20). Sum of RGB (Red+Green+Blue) = 113+225+20=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #71E114 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71E114 is #8E1EEB. Grayscale: #A8A8A8. Windows color (decimal): -9314028 or 1368433. OLE color: 1368433.

HSL color Cylindrical-coordinate representation of color #71E114: hue angle of 92.78º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71E114 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB11322520-
CMYK0.5000.910.12
HSL92.78º83.67%48.04%-
HSV(B)92.78º91.11%88.24%-
XYZ33.8657.419.96-
YUV168.1444.3988.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 225 (88.28% from 255) = 62.85%
BLUE value IS 20 (8.20% from 255) = 5.59%
R=31.56%
G=62.85%
B=5.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal113225200.5000.910.1292.7883.6748.04
Hex71E1143205BC5d5430
Octal161341246201331413512460
Binary1110001111000011010011001001011011110010111011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,225,20); }

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

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

 a { background-color: rgb(113,225,20); }

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

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

 span { border-color: rgb(113,225,20); }

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