Shades of De York #74D589
Tints of De York #74D589
RGB
CMYK
RGB Variations
Color information
#74D589 (or 0x74D589) is known color: De York. HEX triplet: 74, D5 and 89. RGB value is (116,213,137). Sum of RGB (Red+Green+Blue) = 116+213+137=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #74D589 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D589 is #8B2A76. Grayscale: #AFAFAF. Windows color (decimal): -9120375 or 9033076. OLE color: 9033076.
HSL color Cylindrical-coordinate representation of color #74D589: hue angle of 132.99º 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 #74D589 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 137 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.16 |
| HSL | 132.99º | 0.54% | 0.65% | - |
| HSV(B) | 132.99º | 0.46% | 0.84% | - |
| XYZ | 35.51 | 53.11 | 32.05 | - |
| YUV | 175.33 | 106.36 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 137 | 0.46 | 0 | 0.36 | 0.16 | 132.99 | 0.54 | 0.65 |
| Hex | 74 | D5 | 89 | 2E | 0 | 24 | 10 | 85 | 36 | 41 |
| Octal | 164 | 325 | 211 | 56 | 0 | 44 | 20 | 205 | 66 | 101 |
| Binary | 1110100 | 11010101 | 10001001 | 101110 | 0 | 100100 | 10000 | 10000101 | 110110 | 1000001 |
Color Harmonies of #74D589
Complementary color
Monochromatic Colors of #74D589
Black with #74D589
Text Example
Text Example
White with #74D589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D589; }
p { color: rgb(116,213,137); }
H1.HeaderClassName
{
color: #74D589;
}
.AnyTagClassName
{
color: #74D589;
}
</style>
background-color css
<style>
a { background-color: #74D589; }
a { background-color: rgb(116,213,137); }
div.DivClassName
{
background-color: #74D589;
}
.BgClassName
{
background-color: #74D589;
}
</style>
border-color css
<style>
span { border-color: #74D589; }
span { border-color: rgb(116,213,137); }
td.TdClassName
{
border-color: #74D589;
}
.TagClassName
{
border-color: #74D589;
}
</style>