#72E08E

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

Shades of Pastel Green #72E08E

Tints of Pastel Green #72E08E

Color information

#72E08E (or 0x72E08E) is unknown color: approx Pastel Green. HEX triplet: 72, E0 and 8E. RGB value is (114,224,142). Sum of RGB (Red+Green+Blue) = 114+224+142=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #72E08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E08E is #8D1F71. Grayscale: #B5B5B5. Windows color (decimal): -9248626 or 9363570. OLE color: 9363570.

HSL color Cylindrical-coordinate representation of color #72E08E: hue angle of 135.27º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E08E is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB114224142-
CMYK0.4900.370.12
HSL135.27º63.95%66.27%-
HSV(B)135.27º49.11%87.84%-
XYZ38.4858.8434.92-
YUV181.76105.5679.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.75%
GREEN value IS 224 (87.89% from 255) = 46.67%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=23.75%
G=46.67%
B=29.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1142241420.4900.370.12135.2763.9566.27
Hex72E08E31025C874042
Octal1623402166104514207100102
Binary11100101110000010001110110001010010111001000011110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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