#72E085

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

Shades of Pastel Green #72E085

Tints of Pastel Green #72E085

Color information

#72E085 (or 0x72E085) is unknown color: approx Pastel Green. HEX triplet: 72, E0 and 85. RGB value is (114,224,133). Sum of RGB (Red+Green+Blue) = 114+224+133=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #72E085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E085 is #8D1F7A. Grayscale: #B4B4B4. Windows color (decimal): -9248635 or 8773746. OLE color: 8773746.

HSL color Cylindrical-coordinate representation of color #72E085: hue angle of 130.36º 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 #72E085 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB114224133-
CMYK0.4900.410.12
HSL130.36º63.95%66.27%-
HSV(B)130.36º49.11%87.84%-
XYZ37.8358.5831.5-
YUV180.74101.0680.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.20%
GREEN value IS 224 (87.89% from 255) = 47.56%
BLUE value IS 133 (52.34% from 255) = 28.24%
R=24.20%
G=47.56%
B=28.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1142241330.4900.410.12130.3663.9566.27
Hex72E08531029C824042
Octal1623402056105114202100102
Binary11100101110000010000101110001010100111001000001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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