#72D97D

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

Shades of Pastel Green #72D97D

Tints of Pastel Green #72D97D

Color information

#72D97D (or 0x72D97D) is unknown color: approx Pastel Green. HEX triplet: 72, D9 and 7D. RGB value is (114,217,125). Sum of RGB (Red+Green+Blue) = 114+217+125=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #72D97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D97D is #8D2682. Grayscale: #AFAFAF. Windows color (decimal): -9250435 or 8247666. OLE color: 8247666.

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

Color convert

RGB114217125-
CMYK0.4700.420.15
HSL126.41º57.54%64.9%-
HSV(B)126.41º47.47%85.1%-
XYZ35.4554.6828.09-
YUV175.7199.3883.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25%
GREEN value IS 217 (85.16% from 255) = 47.59%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=25%
G=47.59%
B=27.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142171250.4700.420.15126.4157.5464.9
Hex72D97D2F02AF7e3a41
Octal162331175570521717672101
Binary11100101101100111111011011110101010111111111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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