#72D070

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

Shades of Pastel Green #72D070

Tints of Pastel Green #72D070

Color information

#72D070 (or 0x72D070) is unknown color: approx Pastel Green. HEX triplet: 72, D0 and 70. RGB value is (114,208,112). Sum of RGB (Red+Green+Blue) = 114+208+112=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #72D070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D070 is #8D2F8F. Grayscale: #A9A9A9. Windows color (decimal): -9252752 or 7393394. OLE color: 7393394.

HSL color Cylindrical-coordinate representation of color #72D070: hue angle of 118.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D070 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB114208112-
CMYK0.4500.460.18
HSL118.75º50.53%62.75%-
HSV(B)118.75º46.15%81.57%-
XYZ32.4249.8623.24-
YUV168.9595.8688.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.27%
GREEN value IS 208 (81.64% from 255) = 47.93%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=26.27%
G=47.93%
B=25.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142081120.4500.460.18118.7550.5362.75
Hex72D0702D02E1277333f
Octal16232016055056221676377
Binary11100101101000011100001011010101110100101110111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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