#72F192

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

Shades of Light Green #72F192

Tints of Light Green #72F192

Color information

#72F192 (or 0x72F192) is unknown color: approx Light Green. HEX triplet: 72, F1 and 92. RGB value is (114,241,146). Sum of RGB (Red+Green+Blue) = 114+241+146=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #72F192 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F192 is #8D0E6D. Grayscale: #C0C0C0. Windows color (decimal): -9244270 or 9630066. OLE color: 9630066.

HSL color Cylindrical-coordinate representation of color #72F192: hue angle of 135.12º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F192 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB114241146-
CMYK0.5300.390.05
HSL135.12º81.94%69.61%-
HSV(B)135.12º52.7%94.51%-
XYZ43.5868.5638.13-
YUV192.2101.9272.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.75%
GREEN value IS 241 (94.53% from 255) = 48.10%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=22.75%
G=48.10%
B=29.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142411460.5300.390.05135.1281.9469.61
Hex72F192350275875246
Octal162361222650475207122106
Binary1110010111100011001001011010101001111011000011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,241,146); }

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

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

 a { background-color: rgb(114,241,146); }

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

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

 span { border-color: rgb(114,241,146); }

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