#72DA61

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

Shades of Pastel Green #72DA61

Tints of Pastel Green #72DA61

Color information

#72DA61 (or 0x72DA61) is unknown color: approx Pastel Green. HEX triplet: 72, DA and 61. RGB value is (114,218,97). Sum of RGB (Red+Green+Blue) = 114+218+97=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #72DA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DA61 is #8D259E. Grayscale: #ADADAD. Windows color (decimal): -9250207 or 6412914. OLE color: 6412914.

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

Color convert

RGB11421897-
CMYK0.4800.560.15
HSL111.57º62.05%61.76%-
HSV(B)111.57º55.5%85.49%-
XYZ34.1754.5820.04-
YUV173.1185.0485.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 218 (85.55% from 255) = 50.82%
BLUE value IS 97 (38.28% from 255) = 22.61%
R=26.57%
G=50.82%
B=22.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal114218970.4800.560.15111.5762.0561.76
Hex72DA6130038F703e3e
Octal16233214160070171607676
Binary1110010110110101100001110000011100011111110000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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