#72D814

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

Shades of Lawn Green #72D814

Tints of Lawn Green #72D814

Color information

#72D814 (or 0x72D814) is unknown color: approx Lawn Green. HEX triplet: 72, D8 and 14. RGB value is (114,216,20). Sum of RGB (Red+Green+Blue) = 114+216+20=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 216 (84.77% from 255 or 61.71% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 216 - color contains mainly: green. Hex color #72D814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D814 is #8D27EB. Grayscale: #A3A3A3. Windows color (decimal): -9250796 or 1366130. OLE color: 1366130.

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

Color convert

RGB11421620-
CMYK0.4700.910.15
HSL91.22º83.05%46.27%-
HSV(B)91.22º90.74%84.71%-
XYZ31.6252.749.17-
YUV163.1647.2192.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 216 (84.77% from 255) = 61.71%
BLUE value IS 20 (8.20% from 255) = 5.71%
R=32.57%
G=61.71%
B=5.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal114216200.4700.910.1591.2283.0546.27
Hex72D8142F05BF5b532e
Octal162330245701331713312356
Binary1110010110110001010010111101011011111110110111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72D814; }

 p { color: rgb(114,216,20); }

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

<style>
 a { background-color: #72D814; }

 a { background-color: rgb(114,216,20); }

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

<style>
 span { border-color: #72D814; }

 span { border-color: rgb(114,216,20); }

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