Shades of De York #74CD89
Tints of De York #74CD89
RGB
CMYK
RGB Variations
Color information
#74CD89 (or 0x74CD89) is known color: De York. HEX triplet: 74, CD and 89. RGB value is (116,205,137). Sum of RGB (Red+Green+Blue) = 116+205+137=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CD89 is #8B3276. Grayscale: #AAAAAA. Windows color (decimal): -9122423 or 9031028. OLE color: 9031028.
HSL color Cylindrical-coordinate representation of color #74CD89: hue angle of 134.16º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CD89 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 205 | 137 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.20 |
| HSL | 134.16º | 0.47% | 0.63% | - |
| HSV(B) | 134.16º | 0.43% | 0.8% | - |
| XYZ | 33.55 | 49.18 | 31.39 | - |
| YUV | 170.64 | 109.01 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 137 | 0.43 | 0 | 0.33 | 0.20 | 134.16 | 0.47 | 0.63 |
| Hex | 74 | CD | 89 | 2B | 0 | 21 | 14 | 86 | 2F | 3F |
| Octal | 164 | 315 | 211 | 53 | 0 | 41 | 24 | 206 | 57 | 77 |
| Binary | 1110100 | 11001101 | 10001001 | 101011 | 0 | 100001 | 10100 | 10000110 | 101111 | 111111 |
Color Harmonies of #74CD89
Complementary color
Monochromatic Colors of #74CD89
Black with #74CD89
Text Example
Text Example
White with #74CD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CD89; }
p { color: rgb(116,205,137); }
H1.HeaderClassName
{
color: #74CD89;
}
.AnyTagClassName
{
color: #74CD89;
}
</style>
background-color css
<style>
a { background-color: #74CD89; }
a { background-color: rgb(116,205,137); }
div.DivClassName
{
background-color: #74CD89;
}
.BgClassName
{
background-color: #74CD89;
}
</style>
border-color css
<style>
span { border-color: #74CD89; }
span { border-color: rgb(116,205,137); }
td.TdClassName
{
border-color: #74CD89;
}
.TagClassName
{
border-color: #74CD89;
}
</style>