#72E98E

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

Shades of Pastel Green #72E98E

Tints of Pastel Green #72E98E

Color information

#72E98E (or 0x72E98E) is unknown color: approx Pastel Green. HEX triplet: 72, E9 and 8E. RGB value is (114,233,142). Sum of RGB (Red+Green+Blue) = 114+233+142=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #72E98E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E98E is #8D1671. Grayscale: #BBBBBB. Windows color (decimal): -9246322 or 9365874. OLE color: 9365874.

HSL color Cylindrical-coordinate representation of color #72E98E: hue angle of 134.12º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E98E is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB114233142-
CMYK0.5100.390.09
HSL134.12º73.01%68.04%-
HSV(B)134.12º51.07%91.37%-
XYZ40.9663.8135.75-
YUV187.04102.5875.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.31%
GREEN value IS 233 (91.41% from 255) = 47.65%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=23.31%
G=47.65%
B=29.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1142331420.5100.390.09134.1273.0168.04
Hex72E98E330279864944
Octal1623512166304711206111104
Binary11100101110100110001110110011010011110011000011010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,233,142); }

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

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

 a { background-color: rgb(114,233,142); }

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

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

 span { border-color: rgb(114,233,142); }

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