Shades of Pastel Green #76E65A
Tints of Pastel Green #76E65A
RGB
CMYK
RGB Variations
Color information
#76E65A (or 0x76E65A) is known color: Pastel Green. HEX triplet: 76, E6 and 5A. RGB value is (118,230,90). Sum of RGB (Red+Green+Blue) = 118+230+90=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 230 (90.23% from 255 or 52.51% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 230 - color contains mainly: green. Hex color #76E65A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76E65A is #8919A5. Grayscale: #B5B5B5. Windows color (decimal): -8984998 or 5957238. OLE color: 5957238.
HSL color Cylindrical-coordinate representation of color #76E65A: hue angle of 108º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76E65A is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 230 | 90 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.10 |
| HSL | 108º | 0.74% | 0.63% | - |
| HSV(B) | 108º | 0.61% | 0.9% | - |
| XYZ | 37.61 | 61.18 | 19.5 | - |
| YUV | 180.55 | 76.89 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 230 | 90 | 0.49 | 0 | 0.61 | 0.10 | 108 | 0.74 | 0.63 |
| Hex | 76 | E6 | 5A | 31 | 0 | 3D | A | 6C | 4A | 3F |
| Octal | 166 | 346 | 132 | 61 | 0 | 75 | 12 | 154 | 112 | 77 |
| Binary | 1110110 | 11100110 | 1011010 | 110001 | 0 | 111101 | 1010 | 1101100 | 1001010 | 111111 |
Color Harmonies of #76E65A
Complementary color
Monochromatic Colors of #76E65A
Black with #76E65A
Text Example
Text Example
White with #76E65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E65A; }
p { color: rgb(118,230,90); }
H1.HeaderClassName
{
color: #76E65A;
}
.AnyTagClassName
{
color: #76E65A;
}
</style>
background-color css
<style>
a { background-color: #76E65A; }
a { background-color: rgb(118,230,90); }
div.DivClassName
{
background-color: #76E65A;
}
.BgClassName
{
background-color: #76E65A;
}
</style>
border-color css
<style>
span { border-color: #76E65A; }
span { border-color: rgb(118,230,90); }
td.TdClassName
{
border-color: #76E65A;
}
.TagClassName
{
border-color: #76E65A;
}
</style>