#72F176

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

Shades of Pastel Green #72F176

Tints of Pastel Green #72F176

Color information

#72F176 (or 0x72F176) is unknown color: approx Pastel Green. HEX triplet: 72, F1 and 76. RGB value is (114,241,118). Sum of RGB (Red+Green+Blue) = 114+241+118=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #72F176 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72F176 is #8D0E89. Grayscale: #BDBDBD. Windows color (decimal): -9244298 or 7795058. OLE color: 7795058.

HSL color Cylindrical-coordinate representation of color #72F176: hue angle of 121.89º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F176 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB114241118-
CMYK0.5300.510.05
HSL121.89º81.94%69.61%-
HSV(B)121.89º52.7%94.51%-
XYZ41.6667.828.03-
YUV18987.9274.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.10%
GREEN value IS 241 (94.53% from 255) = 50.95%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=24.10%
G=50.95%
B=24.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142411180.5300.510.05121.8981.9469.61
Hex72F1763503357a5246
Octal162361166650635172122106
Binary11100101111000111101101101010110011101111101010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,241,118); }

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

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

 a { background-color: rgb(114,241,118); }

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

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

 span { border-color: rgb(114,241,118); }

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