Shades of De York #74DD91
Tints of De York #74DD91
RGB
CMYK
RGB Variations
Color information
#74DD91 (or 0x74DD91) is known color: De York. HEX triplet: 74, DD and 91. RGB value is (116,221,145). Sum of RGB (Red+Green+Blue) = 116+221+145=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DD91 is #8B226E. Grayscale: #B5B5B5. Windows color (decimal): -9118319 or 9559412. OLE color: 9559412.
HSL color Cylindrical-coordinate representation of color #74DD91: hue angle of 136.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DD91 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 145 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.13 |
| HSL | 136.57º | 0.61% | 0.66% | - |
| HSV(B) | 136.57º | 0.48% | 0.87% | - |
| XYZ | 38.17 | 57.47 | 35.87 | - |
| YUV | 180.94 | 107.71 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 145 | 0.48 | 0 | 0.34 | 0.13 | 136.57 | 0.61 | 0.66 |
| Hex | 74 | DD | 91 | 30 | 0 | 22 | D | 89 | 3D | 42 |
| Octal | 164 | 335 | 221 | 60 | 0 | 42 | 15 | 211 | 75 | 102 |
| Binary | 1110100 | 11011101 | 10010001 | 110000 | 0 | 100010 | 1101 | 10001001 | 111101 | 1000010 |
Color Harmonies of #74DD91
Complementary color
Monochromatic Colors of #74DD91
Black with #74DD91
Text Example
Text Example
White with #74DD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD91; }
p { color: rgb(116,221,145); }
H1.HeaderClassName
{
color: #74DD91;
}
.AnyTagClassName
{
color: #74DD91;
}
</style>
background-color css
<style>
a { background-color: #74DD91; }
a { background-color: rgb(116,221,145); }
div.DivClassName
{
background-color: #74DD91;
}
.BgClassName
{
background-color: #74DD91;
}
</style>
border-color css
<style>
span { border-color: #74DD91; }
span { border-color: rgb(116,221,145); }
td.TdClassName
{
border-color: #74DD91;
}
.TagClassName
{
border-color: #74DD91;
}
</style>