Shades of De York #74DB8E
Tints of De York #74DB8E
RGB
CMYK
RGB Variations
Color information
#74DB8E (or 0x74DB8E) is known color: De York. HEX triplet: 74, DB and 8E. RGB value is (116,219,142). Sum of RGB (Red+Green+Blue) = 116+219+142=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DB8E is #8B2471. Grayscale: #B3B3B3. Windows color (decimal): -9118834 or 9362292. OLE color: 9362292.
HSL color Cylindrical-coordinate representation of color #74DB8E: hue angle of 135.15º 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 #74DB8E is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 142 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.14 |
| HSL | 135.15º | 0.59% | 0.66% | - |
| HSV(B) | 135.15º | 0.47% | 0.86% | - |
| XYZ | 37.42 | 56.33 | 34.49 | - |
| YUV | 179.43 | 106.88 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 142 | 0.47 | 0 | 0.35 | 0.14 | 135.15 | 0.59 | 0.66 |
| Hex | 74 | DB | 8E | 2F | 0 | 23 | E | 87 | 3B | 42 |
| Octal | 164 | 333 | 216 | 57 | 0 | 43 | 16 | 207 | 73 | 102 |
| Binary | 1110100 | 11011011 | 10001110 | 101111 | 0 | 100011 | 1110 | 10000111 | 111011 | 1000010 |
Color Harmonies of #74DB8E
Complementary color
Monochromatic Colors of #74DB8E
Black with #74DB8E
Text Example
Text Example
White with #74DB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB8E; }
p { color: rgb(116,219,142); }
H1.HeaderClassName
{
color: #74DB8E;
}
.AnyTagClassName
{
color: #74DB8E;
}
</style>
background-color css
<style>
a { background-color: #74DB8E; }
a { background-color: rgb(116,219,142); }
div.DivClassName
{
background-color: #74DB8E;
}
.BgClassName
{
background-color: #74DB8E;
}
</style>
border-color css
<style>
span { border-color: #74DB8E; }
span { border-color: rgb(116,219,142); }
td.TdClassName
{
border-color: #74DB8E;
}
.TagClassName
{
border-color: #74DB8E;
}
</style>