#72D96F

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

Shades of Pastel Green #72D96F

Tints of Pastel Green #72D96F

Color information

#72D96F (or 0x72D96F) is unknown color: approx Pastel Green. HEX triplet: 72, D9 and 6F. RGB value is (114,217,111). Sum of RGB (Red+Green+Blue) = 114+217+111=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #72D96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D96F is #8D2690. Grayscale: #AEAEAE. Windows color (decimal): -9250449 or 7330162. OLE color: 7330162.

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

Color convert

RGB114217111-
CMYK0.4700.490.15
HSL118.3º58.24%64.31%-
HSV(B)118.3º48.85%85.1%-
XYZ34.6254.3523.7-
YUV174.1292.3885.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.79%
GREEN value IS 217 (85.16% from 255) = 49.10%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=25.79%
G=49.10%
B=25.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142171110.4700.490.15118.358.2464.31
Hex72D96F2F031F763a40
Octal162331157570611716672100
Binary11100101101100111011111011110110001111111101101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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