Shades of De York #74DB8F
Tints of De York #74DB8F
RGB
CMYK
RGB Variations
Color information
#74DB8F (or 0x74DB8F) is known color: De York. HEX triplet: 74, DB and 8F. RGB value is (116,219,143). Sum of RGB (Red+Green+Blue) = 116+219+143=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DB8F is #8B2470. Grayscale: #B3B3B3. Windows color (decimal): -9118833 or 9427828. OLE color: 9427828.
HSL color Cylindrical-coordinate representation of color #74DB8F: hue angle of 135.73º 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 #74DB8F is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 143 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.14 |
| HSL | 135.73º | 0.59% | 0.66% | - |
| HSV(B) | 135.73º | 0.47% | 0.86% | - |
| XYZ | 37.49 | 56.36 | 34.89 | - |
| YUV | 179.54 | 107.38 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 143 | 0.47 | 0 | 0.35 | 0.14 | 135.73 | 0.59 | 0.66 |
| Hex | 74 | DB | 8F | 2F | 0 | 23 | E | 88 | 3B | 42 |
| Octal | 164 | 333 | 217 | 57 | 0 | 43 | 16 | 210 | 73 | 102 |
| Binary | 1110100 | 11011011 | 10001111 | 101111 | 0 | 100011 | 1110 | 10001000 | 111011 | 1000010 |
Color Harmonies of #74DB8F
Complementary color
Monochromatic Colors of #74DB8F
Black with #74DB8F
Text Example
Text Example
White with #74DB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB8F; }
p { color: rgb(116,219,143); }
H1.HeaderClassName
{
color: #74DB8F;
}
.AnyTagClassName
{
color: #74DB8F;
}
</style>
background-color css
<style>
a { background-color: #74DB8F; }
a { background-color: rgb(116,219,143); }
div.DivClassName
{
background-color: #74DB8F;
}
.BgClassName
{
background-color: #74DB8F;
}
</style>
border-color css
<style>
span { border-color: #74DB8F; }
span { border-color: rgb(116,219,143); }
td.TdClassName
{
border-color: #74DB8F;
}
.TagClassName
{
border-color: #74DB8F;
}
</style>