Shades of De York #74D189
Tints of De York #74D189
RGB
CMYK
RGB Variations
Color information
#74D189 (or 0x74D189) is known color: De York. HEX triplet: 74, D1 and 89. RGB value is (116,209,137). Sum of RGB (Red+Green+Blue) = 116+209+137=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #74D189 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D189 is #8B2E76. Grayscale: #ADADAD. Windows color (decimal): -9121399 or 9032052. OLE color: 9032052.
HSL color Cylindrical-coordinate representation of color #74D189: hue angle of 133.55º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D189 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 209 | 137 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.18 |
| HSL | 133.55º | 0.5% | 0.64% | - |
| HSV(B) | 133.55º | 0.44% | 0.82% | - |
| XYZ | 34.52 | 51.12 | 31.71 | - |
| YUV | 172.99 | 107.69 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 209 | 137 | 0.44 | 0 | 0.34 | 0.18 | 133.55 | 0.5 | 0.64 |
| Hex | 74 | D1 | 89 | 2C | 0 | 22 | 12 | 86 | 32 | 40 |
| Octal | 164 | 321 | 211 | 54 | 0 | 42 | 22 | 206 | 62 | 100 |
| Binary | 1110100 | 11010001 | 10001001 | 101100 | 0 | 100010 | 10010 | 10000110 | 110010 | 1000000 |
Color Harmonies of #74D189
Complementary color
Monochromatic Colors of #74D189
Black with #74D189
Text Example
Text Example
White with #74D189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D189; }
p { color: rgb(116,209,137); }
H1.HeaderClassName
{
color: #74D189;
}
.AnyTagClassName
{
color: #74D189;
}
</style>
background-color css
<style>
a { background-color: #74D189; }
a { background-color: rgb(116,209,137); }
div.DivClassName
{
background-color: #74D189;
}
.BgClassName
{
background-color: #74D189;
}
</style>
border-color css
<style>
span { border-color: #74D189; }
span { border-color: rgb(116,209,137); }
td.TdClassName
{
border-color: #74D189;
}
.TagClassName
{
border-color: #74D189;
}
</style>