Shades of De York #76CA82
Tints of De York #76CA82
RGB
CMYK
RGB Variations
Color information
#76CA82 (or 0x76CA82) is known color: De York. HEX triplet: 76, CA and 82. RGB value is (118,202,130). Sum of RGB (Red+Green+Blue) = 118+202+130=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CA82 is #89357D. Grayscale: #A8A8A8. Windows color (decimal): -8992126 or 8571510. OLE color: 8571510.
HSL color Cylindrical-coordinate representation of color #76CA82: hue angle of 128.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CA82 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 130 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.21 |
| HSL | 128.57º | 0.44% | 0.63% | - |
| HSV(B) | 128.57º | 0.42% | 0.79% | - |
| XYZ | 32.62 | 47.7 | 28.61 | - |
| YUV | 168.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 130 | 0.42 | 0 | 0.36 | 0.21 | 128.57 | 0.44 | 0.63 |
| Hex | 76 | CA | 82 | 2A | 0 | 24 | 15 | 81 | 2C | 3F |
| Octal | 166 | 312 | 202 | 52 | 0 | 44 | 25 | 201 | 54 | 77 |
| Binary | 1110110 | 11001010 | 10000010 | 101010 | 0 | 100100 | 10101 | 10000001 | 101100 | 111111 |
Color Harmonies of #76CA82
Complementary color
Monochromatic Colors of #76CA82
Black with #76CA82
Text Example
Text Example
White with #76CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA82; }
p { color: rgb(118,202,130); }
H1.HeaderClassName
{
color: #76CA82;
}
.AnyTagClassName
{
color: #76CA82;
}
</style>
background-color css
<style>
a { background-color: #76CA82; }
a { background-color: rgb(118,202,130); }
div.DivClassName
{
background-color: #76CA82;
}
.BgClassName
{
background-color: #76CA82;
}
</style>
border-color css
<style>
span { border-color: #76CA82; }
span { border-color: rgb(118,202,130); }
td.TdClassName
{
border-color: #76CA82;
}
.TagClassName
{
border-color: #76CA82;
}
</style>