Shades of De York #74D689
Tints of De York #74D689
RGB
CMYK
RGB Variations
Color information
#74D689 (or 0x74D689) is known color: De York. HEX triplet: 74, D6 and 89. RGB value is (116,214,137). Sum of RGB (Red+Green+Blue) = 116+214+137=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #74D689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D689 is #8B2976. Grayscale: #B0B0B0. Windows color (decimal): -9120119 or 9033332. OLE color: 9033332.
HSL color Cylindrical-coordinate representation of color #74D689: hue angle of 132.86º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D689 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 137 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.16 |
| HSL | 132.86º | 0.54% | 0.65% | - |
| HSV(B) | 132.86º | 0.46% | 0.84% | - |
| XYZ | 35.76 | 53.61 | 32.13 | - |
| YUV | 175.92 | 106.03 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 137 | 0.46 | 0 | 0.36 | 0.16 | 132.86 | 0.54 | 0.65 |
| Hex | 74 | D6 | 89 | 2E | 0 | 24 | 10 | 85 | 36 | 41 |
| Octal | 164 | 326 | 211 | 56 | 0 | 44 | 20 | 205 | 66 | 101 |
| Binary | 1110100 | 11010110 | 10001001 | 101110 | 0 | 100100 | 10000 | 10000101 | 110110 | 1000001 |
Color Harmonies of #74D689
Complementary color
Monochromatic Colors of #74D689
Black with #74D689
Text Example
Text Example
White with #74D689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D689; }
p { color: rgb(116,214,137); }
H1.HeaderClassName
{
color: #74D689;
}
.AnyTagClassName
{
color: #74D689;
}
</style>
background-color css
<style>
a { background-color: #74D689; }
a { background-color: rgb(116,214,137); }
div.DivClassName
{
background-color: #74D689;
}
.BgClassName
{
background-color: #74D689;
}
</style>
border-color css
<style>
span { border-color: #74D689; }
span { border-color: rgb(116,214,137); }
td.TdClassName
{
border-color: #74D689;
}
.TagClassName
{
border-color: #74D689;
}
</style>