#72D26C

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

Shades of Pastel Green #72D26C

Tints of Pastel Green #72D26C

Color information

#72D26C (or 0x72D26C) is unknown color: approx Pastel Green. HEX triplet: 72, D2 and 6C. RGB value is (114,210,108). Sum of RGB (Red+Green+Blue) = 114+210+108=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #72D26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D26C is #8D2D93. Grayscale: #A9A9A9. Windows color (decimal): -9252244 or 7131762. OLE color: 7131762.

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

Color convert

RGB114210108-
CMYK0.4600.490.18
HSL116.47º53.12%62.35%-
HSV(B)116.47º48.57%82.35%-
XYZ32.6950.7522.26-
YUV169.6793.288.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.39%
GREEN value IS 210 (82.42% from 255) = 48.61%
BLUE value IS 108 (42.58% from 255) = 25%
R=26.39%
G=48.61%
B=25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142101080.4600.490.18116.4753.1262.35
Hex72D26C2E0311274353e
Octal16232215456061221646576
Binary11100101101001011011001011100110001100101110100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,210,108); }

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

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

 a { background-color: rgb(114,210,108); }

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

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

 span { border-color: rgb(114,210,108); }

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