Shades of Pastel Green #76CF6B
Tints of Pastel Green #76CF6B
RGB
CMYK
RGB Variations
Color information
#76CF6B (or 0x76CF6B) is known color: Pastel Green. HEX triplet: 76, CF and 6B. RGB value is (118,207,107). Sum of RGB (Red+Green+Blue) = 118+207+107=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CF6B is #893094. Grayscale: #A9A9A9. Windows color (decimal): -8990869 or 7065462. OLE color: 7065462.
HSL color Cylindrical-coordinate representation of color #76CF6B: hue angle of 113.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76CF6B is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 207 | 107 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.19 |
| HSL | 113.4º | 0.51% | 0.62% | - |
| HSV(B) | 113.4º | 0.48% | 0.81% | - |
| XYZ | 32.44 | 49.54 | 21.76 | - |
| YUV | 168.99 | 93.01 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 107 | 0.43 | 0 | 0.48 | 0.19 | 113.4 | 0.51 | 0.62 |
| Hex | 76 | CF | 6B | 2B | 0 | 30 | 13 | 71 | 33 | 3E |
| Octal | 166 | 317 | 153 | 53 | 0 | 60 | 23 | 161 | 63 | 76 |
| Binary | 1110110 | 11001111 | 1101011 | 101011 | 0 | 110000 | 10011 | 1110001 | 110011 | 111110 |
Color Harmonies of #76CF6B
Complementary color
Monochromatic Colors of #76CF6B
Black with #76CF6B
Text Example
Text Example
White with #76CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CF6B; }
p { color: rgb(118,207,107); }
H1.HeaderClassName
{
color: #76CF6B;
}
.AnyTagClassName
{
color: #76CF6B;
}
</style>
background-color css
<style>
a { background-color: #76CF6B; }
a { background-color: rgb(118,207,107); }
div.DivClassName
{
background-color: #76CF6B;
}
.BgClassName
{
background-color: #76CF6B;
}
</style>
border-color css
<style>
span { border-color: #76CF6B; }
span { border-color: rgb(118,207,107); }
td.TdClassName
{
border-color: #76CF6B;
}
.TagClassName
{
border-color: #76CF6B;
}
</style>