#72FE94

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

Shades of Light Green #72FE94

Tints of Light Green #72FE94

Color information

#72FE94 (or 0x72FE94) is unknown color: approx Light Green. HEX triplet: 72, FE and 94. RGB value is (114,254,148). Sum of RGB (Red+Green+Blue) = 114+254+148=516 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.09% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #72FE94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FE94 is #8D016B. Grayscale: #C8C8C8. Windows color (decimal): -9240940 or 9764466. OLE color: 9764466.

HSL color Cylindrical-coordinate representation of color #72FE94: hue angle of 134.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FE94 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB114254148-
CMYK0.5500.420.00
HSL134.57º98.59%72.16%-
HSV(B)134.57º55.12%99.61%-
XYZ47.7376.640.29-
YUV200.0698.6266.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.09%
GREEN value IS 254 (99.61% from 255) = 49.22%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=22.09%
G=49.22%
B=28.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1142541480.5500.420.00134.5798.5972.16
Hex72FE943702A0876348
Octal162376224670520207143110
Binary11100101111111010010100110111010101001000011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,254,148); }

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

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

 a { background-color: rgb(114,254,148); }

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

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

 span { border-color: rgb(114,254,148); }

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