Shades of De York #74C984
Tints of De York #74C984
RGB
CMYK
RGB Variations
Color information
#74C984 (or 0x74C984) is known color: De York. HEX triplet: 74, C9 and 84. RGB value is (116,201,132). Sum of RGB (Red+Green+Blue) = 116+201+132=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #74C984 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C984 is #8B367B. Grayscale: #A7A7A7. Windows color (decimal): -9123452 or 8702324. OLE color: 8702324.
HSL color Cylindrical-coordinate representation of color #74C984: hue angle of 131.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C984 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 132 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.21 |
| HSL | 131.29º | 0.44% | 0.62% | - |
| HSV(B) | 131.29º | 0.42% | 0.79% | - |
| XYZ | 32.25 | 47.15 | 29.23 | - |
| YUV | 167.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 132 | 0.42 | 0 | 0.34 | 0.21 | 131.29 | 0.44 | 0.62 |
| Hex | 74 | C9 | 84 | 2A | 0 | 22 | 15 | 83 | 2C | 3E |
| Octal | 164 | 311 | 204 | 52 | 0 | 42 | 25 | 203 | 54 | 76 |
| Binary | 1110100 | 11001001 | 10000100 | 101010 | 0 | 100010 | 10101 | 10000011 | 101100 | 111110 |
Color Harmonies of #74C984
Complementary color
Monochromatic Colors of #74C984
Black with #74C984
Text Example
Text Example
White with #74C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C984; }
p { color: rgb(116,201,132); }
H1.HeaderClassName
{
color: #74C984;
}
.AnyTagClassName
{
color: #74C984;
}
</style>
background-color css
<style>
a { background-color: #74C984; }
a { background-color: rgb(116,201,132); }
div.DivClassName
{
background-color: #74C984;
}
.BgClassName
{
background-color: #74C984;
}
</style>
border-color css
<style>
span { border-color: #74C984; }
span { border-color: rgb(116,201,132); }
td.TdClassName
{
border-color: #74C984;
}
.TagClassName
{
border-color: #74C984;
}
</style>