Html Css Color HEX #72DC10 Lawn Green

📋 copy color: '#72DC10'

red 114 ◦ green 220 ◦ blue 16

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

Shades of Lawn Green #72DC10

Tints of Lawn Green #72DC10

RGB

 RED value IS 114 (44.92% from 255) = 32.57%

 GREEN value IS 220 (86.33% from 255) = 62.86%

 BLUE value IS 16 (6.64% from 255) = 4.57%

R = 32.57%
G = 62.86%
B = 4.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#72DC10 (or 0x72DC10) is known color: Lawn Green. HEX triplet: 72, DC and 10. RGB value is (114,220,16). Sum of RGB (Red+Green+Blue) = 114+220+16=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72DC10 is #8D23EF. Grayscale: #A5A5A5. Windows color (decimal): -9249776 or 1105010. OLE color: 1105010.

HSL color Cylindrical-coordinate representation of color #72DC10: hue angle of 91.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72DC10 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 220 16 -
CMYK 0.48 0 0.93 0.14
HSL 91.18º 0.86% 0.46% -
HSV(B) 91.18º 0.93% 0.86% -
XYZ 32.63 54.8 9.35 -
YUV 165.05 43.88 91.59 -
System Red Green Blue C M Y K H S L
Decimal 114 220 16 0.48 0 0.93 0.14 91.18 0.86 0.46
Hex 72 DC 10 30 0 5D E 5B 56 2E
Octal 162 334 20 60 0 135 16 133 126 56
Binary 1110010 11011100 10000 110000 0 1011101 1110 1011011 1010110 101110

Color Harmonies of #72DC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DC10

Black with #72DC10

Text Example


Text Example

White with #72DC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,220,16); }

 H1.HeaderClassName
 {
   color: #72DC10;
 }
 .AnyTagClassName
 {
   color: #72DC10;
 }
</style>

background-color css

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

 a { background-color: rgb(114,220,16); }

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

border-color css

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

 span { border-color: rgb(114,220,16); }

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