Shades of De York #76CC85
Tints of De York #76CC85
RGB
CMYK
RGB Variations
Color information
#76CC85 (or 0x76CC85) is known color: De York. HEX triplet: 76, CC and 85. RGB value is (118,204,133). Sum of RGB (Red+Green+Blue) = 118+204+133=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CC85 is #89337A. Grayscale: #AAAAAA. Windows color (decimal): -8991611 or 8768630. OLE color: 8768630.
HSL color Cylindrical-coordinate representation of color #76CC85: hue angle of 130.47º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CC85 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 133 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.2 |
| HSL | 130.47º | 0.46% | 0.63% | - |
| HSV(B) | 130.47º | 0.42% | 0.8% | - |
| XYZ | 33.3 | 48.73 | 29.84 | - |
| YUV | 170.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 133 | 0.42 | 0 | 0.35 | 0.2 | 130.47 | 0.46 | 0.63 |
| Hex | 76 | CC | 85 | 2A | 0 | 23 | 14 | 82 | 2E | 3F |
| Octal | 166 | 314 | 205 | 52 | 0 | 43 | 24 | 202 | 56 | 77 |
| Binary | 1110110 | 11001100 | 10000101 | 101010 | 0 | 100011 | 10100 | 10000010 | 101110 | 111111 |
Color Harmonies of #76CC85
Complementary color
Monochromatic Colors of #76CC85
Black with #76CC85
Text Example
Text Example
White with #76CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CC85; }
p { color: rgb(118,204,133); }
H1.HeaderClassName
{
color: #76CC85;
}
.AnyTagClassName
{
color: #76CC85;
}
</style>
background-color css
<style>
a { background-color: #76CC85; }
a { background-color: rgb(118,204,133); }
div.DivClassName
{
background-color: #76CC85;
}
.BgClassName
{
background-color: #76CC85;
}
</style>
border-color css
<style>
span { border-color: #76CC85; }
span { border-color: rgb(118,204,133); }
td.TdClassName
{
border-color: #76CC85;
}
.TagClassName
{
border-color: #76CC85;
}
</style>