#72E385

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

Shades of Pastel Green #72E385

Tints of Pastel Green #72E385

Color information

#72E385 (or 0x72E385) is unknown color: approx Pastel Green. HEX triplet: 72, E3 and 85. RGB value is (114,227,133). Sum of RGB (Red+Green+Blue) = 114+227+133=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #72E385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E385 is #8D1C7A. Grayscale: #B6B6B6. Windows color (decimal): -9247867 or 8774514. OLE color: 8774514.

HSL color Cylindrical-coordinate representation of color #72E385: hue angle of 130.09º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E385 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB114227133-
CMYK0.5000.410.11
HSL130.09º66.86%66.86%-
HSV(B)130.09º49.78%89.02%-
XYZ38.6460.2131.78-
YUV182.5100.0679.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.05%
GREEN value IS 227 (89.06% from 255) = 47.89%
BLUE value IS 133 (52.34% from 255) = 28.06%
R=24.05%
G=47.89%
B=28.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1142271330.5000.410.11130.0966.8666.86
Hex72E38532029B824343
Octal1623432056205113202103103
Binary11100101110001110000101110010010100110111000001010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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