Shades of Pastel Green #76DC64
Tints of Pastel Green #76DC64
RGB
CMYK
RGB Variations
Color information
#76DC64 (or 0x76DC64) is known color: Pastel Green. HEX triplet: 76, DC and 64. RGB value is (118,220,100). Sum of RGB (Red+Green+Blue) = 118+220+100=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DC64 is #89239B. Grayscale: #B0B0B0. Windows color (decimal): -8987548 or 6610038. OLE color: 6610038.
HSL color Cylindrical-coordinate representation of color #76DC64: hue angle of 111º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76DC64 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 100 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.14 |
| HSL | 111º | 0.63% | 0.63% | - |
| HSV(B) | 111º | 0.55% | 0.86% | - |
| XYZ | 35.36 | 55.96 | 20.99 | - |
| YUV | 175.82 | 85.21 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 100 | 0.46 | 0 | 0.55 | 0.14 | 111 | 0.63 | 0.63 |
| Hex | 76 | DC | 64 | 2E | 0 | 37 | E | 6F | 3F | 3F |
| Octal | 166 | 334 | 144 | 56 | 0 | 67 | 16 | 157 | 77 | 77 |
| Binary | 1110110 | 11011100 | 1100100 | 101110 | 0 | 110111 | 1110 | 1101111 | 111111 | 111111 |
Color Harmonies of #76DC64
Complementary color
Monochromatic Colors of #76DC64
Black with #76DC64
Text Example
Text Example
White with #76DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC64; }
p { color: rgb(118,220,100); }
H1.HeaderClassName
{
color: #76DC64;
}
.AnyTagClassName
{
color: #76DC64;
}
</style>
background-color css
<style>
a { background-color: #76DC64; }
a { background-color: rgb(118,220,100); }
div.DivClassName
{
background-color: #76DC64;
}
.BgClassName
{
background-color: #76DC64;
}
</style>
border-color css
<style>
span { border-color: #76DC64; }
span { border-color: rgb(118,220,100); }
td.TdClassName
{
border-color: #76DC64;
}
.TagClassName
{
border-color: #76DC64;
}
</style>