Shades of De York #76DC93
Tints of De York #76DC93
RGB
CMYK
RGB Variations
Color information
#76DC93 (or 0x76DC93) is known color: De York. HEX triplet: 76, DC and 93. RGB value is (118,220,147). Sum of RGB (Red+Green+Blue) = 118+220+147=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DC93 is #89236C. Grayscale: #B5B5B5. Windows color (decimal): -8987501 or 9690230. OLE color: 9690230.
HSL color Cylindrical-coordinate representation of color #76DC93: hue angle of 137.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DC93 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 147 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.14 |
| HSL | 137.06º | 0.59% | 0.66% | - |
| HSV(B) | 137.06º | 0.46% | 0.86% | - |
| XYZ | 38.33 | 57.14 | 36.61 | - |
| YUV | 181.18 | 108.71 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 147 | 0.46 | 0 | 0.33 | 0.14 | 137.06 | 0.59 | 0.66 |
| Hex | 76 | DC | 93 | 2E | 0 | 21 | E | 89 | 3B | 42 |
| Octal | 166 | 334 | 223 | 56 | 0 | 41 | 16 | 211 | 73 | 102 |
| Binary | 1110110 | 11011100 | 10010011 | 101110 | 0 | 100001 | 1110 | 10001001 | 111011 | 1000010 |
Color Harmonies of #76DC93
Complementary color
Monochromatic Colors of #76DC93
Black with #76DC93
Text Example
Text Example
White with #76DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC93; }
p { color: rgb(118,220,147); }
H1.HeaderClassName
{
color: #76DC93;
}
.AnyTagClassName
{
color: #76DC93;
}
</style>
background-color css
<style>
a { background-color: #76DC93; }
a { background-color: rgb(118,220,147); }
div.DivClassName
{
background-color: #76DC93;
}
.BgClassName
{
background-color: #76DC93;
}
</style>
border-color css
<style>
span { border-color: #76DC93; }
span { border-color: rgb(118,220,147); }
td.TdClassName
{
border-color: #76DC93;
}
.TagClassName
{
border-color: #76DC93;
}
</style>