Shades of De York #76C384
Tints of De York #76C384
RGB
CMYK
RGB Variations
Color information
#76C384 (or 0x76C384) is known color: De York. HEX triplet: 76, C3 and 84. RGB value is (118,195,132). Sum of RGB (Red+Green+Blue) = 118+195+132=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #76C384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C384 is #893C7B. Grayscale: #A4A4A4. Windows color (decimal): -8993916 or 8700790. OLE color: 8700790.
HSL color Cylindrical-coordinate representation of color #76C384: hue angle of 130.91º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C384 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 195 | 132 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.24 |
| HSL | 130.91º | 0.39% | 0.61% | - |
| HSV(B) | 130.91º | 0.39% | 0.76% | - |
| XYZ | 31.15 | 44.55 | 28.79 | - |
| YUV | 164.8 | 109.49 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 132 | 0.39 | 0 | 0.32 | 0.24 | 130.91 | 0.39 | 0.61 |
| Hex | 76 | C3 | 84 | 27 | 0 | 20 | 18 | 83 | 27 | 3D |
| Octal | 166 | 303 | 204 | 47 | 0 | 40 | 30 | 203 | 47 | 75 |
| Binary | 1110110 | 11000011 | 10000100 | 100111 | 0 | 100000 | 11000 | 10000011 | 100111 | 111101 |
Color Harmonies of #76C384
Complementary color
Monochromatic Colors of #76C384
Black with #76C384
Text Example
Text Example
White with #76C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C384; }
p { color: rgb(118,195,132); }
H1.HeaderClassName
{
color: #76C384;
}
.AnyTagClassName
{
color: #76C384;
}
</style>
background-color css
<style>
a { background-color: #76C384; }
a { background-color: rgb(118,195,132); }
div.DivClassName
{
background-color: #76C384;
}
.BgClassName
{
background-color: #76C384;
}
</style>
border-color css
<style>
span { border-color: #76C384; }
span { border-color: rgb(118,195,132); }
td.TdClassName
{
border-color: #76C384;
}
.TagClassName
{
border-color: #76C384;
}
</style>