#76D572

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

Shades of Pastel Green #76D572

Tints of Pastel Green #76D572

Color information

#76D572 (or 0x76D572) is unknown color: approx Pastel Green. HEX triplet: 76, D5 and 72. RGB value is (118,213,114). Sum of RGB (Red+Green+Blue) = 118+213+114=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #76D572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D572 is #892A8D. Grayscale: #ADADAD. Windows color (decimal): -8989326 or 7525750. OLE color: 7525750.

HSL color Cylindrical-coordinate representation of color #76D572: hue angle of 117.58º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D572 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB118213114-
CMYK0.4500.460.16
HSL117.58º54.1%64.12%-
HSV(B)117.58º46.48%83.53%-
XYZ34.352.6524.28-
YUV173.3194.5388.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.52%
GREEN value IS 213 (83.59% from 255) = 47.87%
BLUE value IS 114 (44.92% from 255) = 25.62%
R=26.52%
G=47.87%
B=25.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182131140.4500.460.16117.5854.164.12
Hex76D5722D02E10763640
Octal166325162550562016666100
Binary111011011010101111001010110101011101000011101101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76D572; }

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

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

<style>
 a { background-color: #76D572; }

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

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

<style>
 span { border-color: #76D572; }

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

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