#72D962

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

Shades of Pastel Green #72D962

Tints of Pastel Green #72D962

Color information

#72D962 (or 0x72D962) is unknown color: approx Pastel Green. HEX triplet: 72, D9 and 62. RGB value is (114,217,98). Sum of RGB (Red+Green+Blue) = 114+217+98=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #72D962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D962 is #8D269D. Grayscale: #ADADAD. Windows color (decimal): -9250462 or 6478194. OLE color: 6478194.

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

Color convert

RGB11421798-
CMYK0.4700.550.15
HSL111.93º61.03%61.76%-
HSV(B)111.93º54.84%85.1%-
XYZ33.9654.0820.21-
YUV172.6485.8886.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 217 (85.16% from 255) = 50.58%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=26.57%
G=50.58%
B=22.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal114217980.4700.550.15111.9361.0361.76
Hex72D9622F037F703d3e
Octal16233114257067171607576
Binary1110010110110011100010101111011011111111110000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,217,98); }

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

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

 a { background-color: rgb(114,217,98); }

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

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

 span { border-color: rgb(114,217,98); }

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