#72D07C

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

Shades of Pastel Green #72D07C

Tints of Pastel Green #72D07C

Color information

#72D07C (or 0x72D07C) is unknown color: approx Pastel Green. HEX triplet: 72, D0 and 7C. RGB value is (114,208,124). Sum of RGB (Red+Green+Blue) = 114+208+124=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #72D07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D07C is #8D2F83. Grayscale: #AAAAAA. Windows color (decimal): -9252740 or 8179826. OLE color: 8179826.

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

Color convert

RGB114208124-
CMYK0.4500.400.18
HSL126.38º50%63.14%-
HSV(B)126.38º45.19%81.57%-
XYZ33.1350.1427-
YUV170.32101.8687.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.56%
GREEN value IS 208 (81.64% from 255) = 46.64%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=25.56%
G=46.64%
B=27.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142081240.4500.400.18126.385063.14
Hex72D07C2D028127e323f
Octal16232017455050221766277
Binary11100101101000011111001011010101000100101111110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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