#72F992

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

Shades of Light Green #72F992

Tints of Light Green #72F992

Color information

#72F992 (or 0x72F992) is unknown color: approx Light Green. HEX triplet: 72, F9 and 92. RGB value is (114,249,146). Sum of RGB (Red+Green+Blue) = 114+249+146=509 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.40% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #72F992 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F992 is #8D066D. Grayscale: #C5C5C5. Windows color (decimal): -9242222 or 9632114. OLE color: 9632114.

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

Color convert

RGB114249146-
CMYK0.5400.410.02
HSL134.22º91.84%71.18%-
HSV(B)134.22º54.22%97.65%-
XYZ4673.438.94-
YUV196.8999.2768.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.40%
GREEN value IS 249 (97.66% from 255) = 48.92%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=22.40%
G=48.92%
B=28.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142491460.5400.410.02134.2291.8471.18
Hex72F992360292865c47
Octal162371222660512206134107
Binary111001011111001100100101101100101001101000011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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