Html Css Color HEX #72F610 Lawn Green

📋 copy color: '#72F610'

red 114 ◦ green 246 ◦ blue 16

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

Shades of Lawn Green #72F610

Tints of Lawn Green #72F610

RGB

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

 GREEN value IS 246 (96.48% from 255) = 65.43%

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

R = 30.32%
G = 65.43%
B = 4.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#72F610 (or 0x72F610) is known color: Lawn Green. HEX triplet: 72, F6 and 10. RGB value is (114,246,16). Sum of RGB (Red+Green+Blue) = 114+246+16=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 246 (96.48% from 255 or 65.43% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 246 - color contains mainly: green. Hex color #72F610 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F610 is #8D09EF. Grayscale: #B5B5B5. Windows color (decimal): -9243120 or 1111666. OLE color: 1111666.

HSL color Cylindrical-coordinate representation of color #72F610: hue angle of 94.43º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72F610 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 246 16 -
CMYK 0.54 0 0.93 0.04
HSL 94.43º 0.93% 0.51% -
HSV(B) 94.43º 0.93% 0.96% -
XYZ 39.99 69.53 11.8 -
YUV 180.31 35.27 80.7 -
System Red Green Blue C M Y K H S L
Decimal 114 246 16 0.54 0 0.93 0.04 94.43 0.93 0.51
Hex 72 F6 10 36 0 5D 4 5E 5D 33
Octal 162 366 20 66 0 135 4 136 135 63
Binary 1110010 11110110 10000 110110 0 1011101 100 1011110 1011101 110011

Color Harmonies of #72F610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F610

Black with #72F610

Text Example


Text Example

White with #72F610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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