Shades of De York #74DC92
Tints of De York #74DC92
RGB
CMYK
RGB Variations
Color information
#74DC92 (or 0x74DC92) is known color: De York. HEX triplet: 74, DC and 92. RGB value is (116,220,146). Sum of RGB (Red+Green+Blue) = 116+220+146=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DC92 is #8B236D. Grayscale: #B4B4B4. Windows color (decimal): -9118574 or 9624692. OLE color: 9624692.
HSL color Cylindrical-coordinate representation of color #74DC92: hue angle of 137.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DC92 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 146 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.14 |
| HSL | 137.31º | 0.6% | 0.66% | - |
| HSV(B) | 137.31º | 0.47% | 0.86% | - |
| XYZ | 37.98 | 56.97 | 36.19 | - |
| YUV | 180.47 | 108.54 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 146 | 0.47 | 0 | 0.34 | 0.14 | 137.31 | 0.6 | 0.66 |
| Hex | 74 | DC | 92 | 2F | 0 | 22 | E | 89 | 3C | 42 |
| Octal | 164 | 334 | 222 | 57 | 0 | 42 | 16 | 211 | 74 | 102 |
| Binary | 1110100 | 11011100 | 10010010 | 101111 | 0 | 100010 | 1110 | 10001001 | 111100 | 1000010 |
Color Harmonies of #74DC92
Complementary color
Monochromatic Colors of #74DC92
Black with #74DC92
Text Example
Text Example
White with #74DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC92; }
p { color: rgb(116,220,146); }
H1.HeaderClassName
{
color: #74DC92;
}
.AnyTagClassName
{
color: #74DC92;
}
</style>
background-color css
<style>
a { background-color: #74DC92; }
a { background-color: rgb(116,220,146); }
div.DivClassName
{
background-color: #74DC92;
}
.BgClassName
{
background-color: #74DC92;
}
</style>
border-color css
<style>
span { border-color: #74DC92; }
span { border-color: rgb(116,220,146); }
td.TdClassName
{
border-color: #74DC92;
}
.TagClassName
{
border-color: #74DC92;
}
</style>