#72D661

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

Shades of Pastel Green #72D661

Tints of Pastel Green #72D661

Color information

#72D661 (or 0x72D661) is unknown color: approx Pastel Green. HEX triplet: 72, D6 and 61. RGB value is (114,214,97). Sum of RGB (Red+Green+Blue) = 114+214+97=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #72D661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D661 is #8D299E. Grayscale: #ABABAB. Windows color (decimal): -9251231 or 6411890. OLE color: 6411890.

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

Color convert

RGB11421497-
CMYK0.4700.550.16
HSL111.28º58.79%60.98%-
HSV(B)111.28º54.67%83.92%-
XYZ33.1452.5319.7-
YUV170.7686.3787.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.82%
GREEN value IS 214 (83.98% from 255) = 50.35%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=26.82%
G=50.35%
B=22.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal114214970.4700.550.16111.2858.7960.98
Hex72D6612F037106f3b3d
Octal16232614157067201577375
Binary11100101101011011000011011110110111100001101111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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