Html Css Color HEX #72FA06 Lawn Green

📋 copy color: '#72FA06'

red 114 ◦ green 250 ◦ blue 6

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

Shades of Lawn Green #72FA06

Tints of Lawn Green #72FA06

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.57%

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 30.81%
G = 67.57%
B = 1.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#72FA06 (or 0x72FA06) is known color: Lawn Green. HEX triplet: 72, FA and 06. RGB value is (114,250,6). Sum of RGB (Red+Green+Blue) = 114+250+6=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #72FA06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FA06 is #8D05F9. Grayscale: #B6B6B6. Windows color (decimal): -9242106 or 457330. OLE color: 457330.

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

Color convert

RGB 114 250 6 -
CMYK 0.54 0 0.98 0.02
HSL 93.44º 0.96% 0.5% -
HSV(B) 93.44º 0.98% 0.98% -
XYZ 41.16 71.96 11.89 -
YUV 181.52 28.94 79.84 -
System Red Green Blue C M Y K H S L
Decimal 114 250 6 0.54 0 0.98 0.02 93.44 0.96 0.5
Hex 72 FA 6 36 0 62 2 5D 60 32
Octal 162 372 6 66 0 142 2 135 140 62
Binary 1110010 11111010 110 110110 0 1100010 10 1011101 1100000 110010

Color Harmonies of #72FA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FA06

Black with #72FA06

Text Example


Text Example

White with #72FA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,250,6); }

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

background-color css

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

 a { background-color: rgb(114,250,6); }

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

border-color css

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

 span { border-color: rgb(114,250,6); }

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