#72D976

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

Shades of Pastel Green #72D976

Tints of Pastel Green #72D976

Color information

#72D976 (or 0x72D976) is unknown color: approx Pastel Green. HEX triplet: 72, D9 and 76. RGB value is (114,217,118). Sum of RGB (Red+Green+Blue) = 114+217+118=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #72D976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D976 is #8D2689. Grayscale: #AFAFAF. Windows color (decimal): -9250442 or 7788914. OLE color: 7788914.

HSL color Cylindrical-coordinate representation of color #72D976: hue angle of 122.33º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D976 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB114217118-
CMYK0.4700.460.15
HSL122.33º57.54%64.9%-
HSV(B)122.33º47.47%85.1%-
XYZ35.0254.5125.82-
YUV174.9295.8884.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.39%
GREEN value IS 217 (85.16% from 255) = 48.33%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=25.39%
G=48.33%
B=26.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142171180.4700.460.15122.3357.5464.9
Hex72D9762F02EF7a3a41
Octal162331166570561717272101
Binary11100101101100111101101011110101110111111110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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