Shades of De York #74DB91
Tints of De York #74DB91
RGB
CMYK
RGB Variations
Color information
#74DB91 (or 0x74DB91) is known color: De York. HEX triplet: 74, DB and 91. RGB value is (116,219,145). Sum of RGB (Red+Green+Blue) = 116+219+145=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DB91 is #8B246E. Grayscale: #B3B3B3. Windows color (decimal): -9118831 or 9558900. OLE color: 9558900.
HSL color Cylindrical-coordinate representation of color #74DB91: hue angle of 136.89º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DB91 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 145 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.14 |
| HSL | 136.89º | 0.59% | 0.66% | - |
| HSV(B) | 136.89º | 0.47% | 0.86% | - |
| XYZ | 37.64 | 56.42 | 35.69 | - |
| YUV | 179.77 | 108.38 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 145 | 0.47 | 0 | 0.34 | 0.14 | 136.89 | 0.59 | 0.66 |
| Hex | 74 | DB | 91 | 2F | 0 | 22 | E | 89 | 3B | 42 |
| Octal | 164 | 333 | 221 | 57 | 0 | 42 | 16 | 211 | 73 | 102 |
| Binary | 1110100 | 11011011 | 10010001 | 101111 | 0 | 100010 | 1110 | 10001001 | 111011 | 1000010 |
Color Harmonies of #74DB91
Complementary color
Monochromatic Colors of #74DB91
Black with #74DB91
Text Example
Text Example
White with #74DB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB91; }
p { color: rgb(116,219,145); }
H1.HeaderClassName
{
color: #74DB91;
}
.AnyTagClassName
{
color: #74DB91;
}
</style>
background-color css
<style>
a { background-color: #74DB91; }
a { background-color: rgb(116,219,145); }
div.DivClassName
{
background-color: #74DB91;
}
.BgClassName
{
background-color: #74DB91;
}
</style>
border-color css
<style>
span { border-color: #74DB91; }
span { border-color: rgb(116,219,145); }
td.TdClassName
{
border-color: #74DB91;
}
.TagClassName
{
border-color: #74DB91;
}
</style>