#72DA70

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

Shades of Pastel Green #72DA70

Tints of Pastel Green #72DA70

Color information

#72DA70 (or 0x72DA70) is unknown color: approx Pastel Green. HEX triplet: 72, DA and 70. RGB value is (114,218,112). Sum of RGB (Red+Green+Blue) = 114+218+112=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #72DA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DA70 is #8D258F. Grayscale: #AFAFAF. Windows color (decimal): -9250192 or 7395954. OLE color: 7395954.

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

Color convert

RGB114218112-
CMYK0.4800.490.15
HSL118.87º58.89%64.71%-
HSV(B)118.87º48.62%85.49%-
XYZ34.9454.8924.08-
YUV174.8292.5484.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.68%
GREEN value IS 218 (85.55% from 255) = 49.10%
BLUE value IS 112 (44.14% from 255) = 25.23%
R=25.68%
G=49.10%
B=25.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142181120.4800.490.15118.8758.8964.71
Hex72DA7030031F773b41
Octal162332160600611716773101
Binary11100101101101011100001100000110001111111101111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,218,112); }

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

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

 a { background-color: rgb(114,218,112); }

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

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

 span { border-color: rgb(114,218,112); }

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