#72D96A

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

Shades of Pastel Green #72D96A

Tints of Pastel Green #72D96A

Color information

#72D96A (or 0x72D96A) is unknown color: approx Pastel Green. HEX triplet: 72, D9 and 6A. RGB value is (114,217,106). Sum of RGB (Red+Green+Blue) = 114+217+106=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #72D96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D96A is #8D2695. Grayscale: #ADADAD. Windows color (decimal): -9250454 or 7002482. OLE color: 7002482.

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

Color convert

RGB114217106-
CMYK0.4700.510.15
HSL115.68º59.36%63.33%-
HSV(B)115.68º51.15%85.1%-
XYZ34.3554.2422.3-
YUV173.5589.8885.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.09%
GREEN value IS 217 (85.16% from 255) = 49.66%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=26.09%
G=49.66%
B=24.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142171060.4700.510.15115.6859.3663.33
Hex72D96A2F033F743b3f
Octal16233115257063171647377
Binary1110010110110011101010101111011001111111110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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