#72EC94

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

Shades of Light Green #72EC94

Tints of Light Green #72EC94

Color information

#72EC94 (or 0x72EC94) is unknown color: approx Light Green. HEX triplet: 72, EC and 94. RGB value is (114,236,148). Sum of RGB (Red+Green+Blue) = 114+236+148=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EC94 is #8D136B. Grayscale: #BDBDBD. Windows color (decimal): -9245548 or 9759858. OLE color: 9759858.

HSL color Cylindrical-coordinate representation of color #72EC94: hue angle of 136.72º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EC94 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB114236148-
CMYK0.5200.370.07
HSL136.72º76.25%68.63%-
HSV(B)136.72º51.69%92.55%-
XYZ42.2865.7138.47-
YUV189.49104.5874.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.89%
GREEN value IS 236 (92.58% from 255) = 47.39%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=22.89%
G=47.39%
B=29.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142361480.5200.370.07136.7276.2568.63
Hex72EC94340257894c45
Octal162354224640457211114105
Binary1110010111011001001010011010001001011111000100110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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