Shades of Pastel Green #76DF6C
Tints of Pastel Green #76DF6C
RGB
CMYK
RGB Variations
Color information
#76DF6C (or 0x76DF6C) is known color: Pastel Green. HEX triplet: 76, DF and 6C. RGB value is (118,223,108). Sum of RGB (Red+Green+Blue) = 118+223+108=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DF6C is #892093. Grayscale: #B2B2B2. Windows color (decimal): -8986772 or 7135094. OLE color: 7135094.
HSL color Cylindrical-coordinate representation of color #76DF6C: hue angle of 114.78º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76DF6C is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 108 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.13 |
| HSL | 114.78º | 0.64% | 0.65% | - |
| HSV(B) | 114.78º | 0.52% | 0.87% | - |
| XYZ | 36.57 | 57.71 | 23.4 | - |
| YUV | 178.5 | 88.21 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 108 | 0.47 | 0 | 0.52 | 0.13 | 114.78 | 0.64 | 0.65 |
| Hex | 76 | DF | 6C | 2F | 0 | 34 | D | 73 | 40 | 41 |
| Octal | 166 | 337 | 154 | 57 | 0 | 64 | 15 | 163 | 100 | 101 |
| Binary | 1110110 | 11011111 | 1101100 | 101111 | 0 | 110100 | 1101 | 1110011 | 1000000 | 1000001 |
Color Harmonies of #76DF6C
Complementary color
Monochromatic Colors of #76DF6C
Black with #76DF6C
Text Example
Text Example
White with #76DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DF6C; }
p { color: rgb(118,223,108); }
H1.HeaderClassName
{
color: #76DF6C;
}
.AnyTagClassName
{
color: #76DF6C;
}
</style>
background-color css
<style>
a { background-color: #76DF6C; }
a { background-color: rgb(118,223,108); }
div.DivClassName
{
background-color: #76DF6C;
}
.BgClassName
{
background-color: #76DF6C;
}
</style>
border-color css
<style>
span { border-color: #76DF6C; }
span { border-color: rgb(118,223,108); }
td.TdClassName
{
border-color: #76DF6C;
}
.TagClassName
{
border-color: #76DF6C;
}
</style>