#72E17A

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

Shades of Pastel Green #72E17A

Tints of Pastel Green #72E17A

Color information

#72E17A (or 0x72E17A) is unknown color: approx Pastel Green. HEX triplet: 72, E1 and 7A. RGB value is (114,225,122). Sum of RGB (Red+Green+Blue) = 114+225+122=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #72E17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E17A is #8D1E85. Grayscale: #B4B4B4. Windows color (decimal): -9248390 or 8053106. OLE color: 8053106.

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

Color convert

RGB114225122-
CMYK0.4900.460.12
HSL124.32º64.91%66.47%-
HSV(B)124.32º49.33%88.24%-
XYZ37.3858.8327.8-
YUV180.0795.2380.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.73%
GREEN value IS 225 (88.28% from 255) = 48.81%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=24.73%
G=48.81%
B=26.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1142251220.4900.460.12124.3264.9166.47
Hex72E17A3102EC7c4142
Octal1623411726105614174101102
Binary111001011100001111101011000101011101100111110010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,225,122); }

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

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

 a { background-color: rgb(114,225,122); }

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

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

 span { border-color: rgb(114,225,122); }

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