#72CD76

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

Shades of Pastel Green #72CD76

Tints of Pastel Green #72CD76

Color information

#72CD76 (or 0x72CD76) is unknown color: approx Pastel Green. HEX triplet: 72, CD and 76. RGB value is (114,205,118). Sum of RGB (Red+Green+Blue) = 114+205+118=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #72CD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CD76 is #8D3289. Grayscale: #A8A8A8. Windows color (decimal): -9253514 or 7785842. OLE color: 7785842.

HSL color Cylindrical-coordinate representation of color #72CD76: hue angle of 122.64º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CD76 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB114205118-
CMYK0.4400.420.20
HSL122.64º47.64%62.55%-
HSV(B)122.64º44.39%80.39%-
XYZ32.0448.5524.82-
YUV167.8799.8589.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.09%
GREEN value IS 205 (80.47% from 255) = 46.91%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=26.09%
G=46.91%
B=27.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142051180.4400.420.20122.6447.6462.55
Hex72CD762C02A147b303f
Octal16231516654052241736077
Binary11100101100110111101101011000101010101001111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,205,118); }

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

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

 a { background-color: rgb(114,205,118); }

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

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

 span { border-color: rgb(114,205,118); }

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