#72D96D

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

Shades of Pastel Green #72D96D

Tints of Pastel Green #72D96D

Color information

#72D96D (or 0x72D96D) is unknown color: approx Pastel Green. HEX triplet: 72, D9 and 6D. RGB value is (114,217,109). Sum of RGB (Red+Green+Blue) = 114+217+109=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #72D96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D96D is #8D2692. Grayscale: #AEAEAE. Windows color (decimal): -9250451 or 7199090. OLE color: 7199090.

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

Color convert

RGB114217109-
CMYK0.4700.500.15
HSL117.22º58.7%63.92%-
HSV(B)117.22º49.77%85.1%-
XYZ34.5154.3123.13-
YUV173.8991.3885.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.91%
GREEN value IS 217 (85.16% from 255) = 49.32%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=25.91%
G=49.32%
B=24.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142171090.4700.500.15117.2258.763.92
Hex72D96D2F032F753b40
Octal162331155570621716573100
Binary11100101101100111011011011110110010111111101011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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