Shades of De York #74DD92
Tints of De York #74DD92
RGB
CMYK
RGB Variations
Color information
#74DD92 (or 0x74DD92) is known color: De York. HEX triplet: 74, DD and 92. RGB value is (116,221,146). Sum of RGB (Red+Green+Blue) = 116+221+146=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DD92 is #8B226D. Grayscale: #B5B5B5. Windows color (decimal): -9118318 or 9624948. OLE color: 9624948.
HSL color Cylindrical-coordinate representation of color #74DD92: hue angle of 137.14º 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 #74DD92 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 146 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.13 |
| HSL | 137.14º | 0.61% | 0.66% | - |
| HSV(B) | 137.14º | 0.48% | 0.87% | - |
| XYZ | 38.25 | 57.5 | 36.28 | - |
| YUV | 181.06 | 108.21 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 146 | 0.48 | 0 | 0.34 | 0.13 | 137.14 | 0.61 | 0.66 |
| Hex | 74 | DD | 92 | 30 | 0 | 22 | D | 89 | 3D | 42 |
| Octal | 164 | 335 | 222 | 60 | 0 | 42 | 15 | 211 | 75 | 102 |
| Binary | 1110100 | 11011101 | 10010010 | 110000 | 0 | 100010 | 1101 | 10001001 | 111101 | 1000010 |
Color Harmonies of #74DD92
Complementary color
Monochromatic Colors of #74DD92
Black with #74DD92
Text Example
Text Example
White with #74DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD92; }
p { color: rgb(116,221,146); }
H1.HeaderClassName
{
color: #74DD92;
}
.AnyTagClassName
{
color: #74DD92;
}
</style>
background-color css
<style>
a { background-color: #74DD92; }
a { background-color: rgb(116,221,146); }
div.DivClassName
{
background-color: #74DD92;
}
.BgClassName
{
background-color: #74DD92;
}
</style>
border-color css
<style>
span { border-color: #74DD92; }
span { border-color: rgb(116,221,146); }
td.TdClassName
{
border-color: #74DD92;
}
.TagClassName
{
border-color: #74DD92;
}
</style>