Shades of De York #74CA84
Tints of De York #74CA84
RGB
CMYK
RGB Variations
Color information
#74CA84 (or 0x74CA84) is known color: De York. HEX triplet: 74, CA and 84. RGB value is (116,202,132). Sum of RGB (Red+Green+Blue) = 116+202+132=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CA84 is #8B357B. Grayscale: #A8A8A8. Windows color (decimal): -9123196 or 8702580. OLE color: 8702580.
HSL color Cylindrical-coordinate representation of color #74CA84: hue angle of 131.16º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CA84 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 132 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.21 |
| HSL | 131.16º | 0.45% | 0.62% | - |
| HSV(B) | 131.16º | 0.43% | 0.79% | - |
| XYZ | 32.49 | 47.62 | 29.31 | - |
| YUV | 168.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 132 | 0.43 | 0 | 0.35 | 0.21 | 131.16 | 0.45 | 0.62 |
| Hex | 74 | CA | 84 | 2B | 0 | 23 | 15 | 83 | 2D | 3E |
| Octal | 164 | 312 | 204 | 53 | 0 | 43 | 25 | 203 | 55 | 76 |
| Binary | 1110100 | 11001010 | 10000100 | 101011 | 0 | 100011 | 10101 | 10000011 | 101101 | 111110 |
Color Harmonies of #74CA84
Complementary color
Monochromatic Colors of #74CA84
Black with #74CA84
Text Example
Text Example
White with #74CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CA84; }
p { color: rgb(116,202,132); }
H1.HeaderClassName
{
color: #74CA84;
}
.AnyTagClassName
{
color: #74CA84;
}
</style>
background-color css
<style>
a { background-color: #74CA84; }
a { background-color: rgb(116,202,132); }
div.DivClassName
{
background-color: #74CA84;
}
.BgClassName
{
background-color: #74CA84;
}
</style>
border-color css
<style>
span { border-color: #74CA84; }
span { border-color: rgb(116,202,132); }
td.TdClassName
{
border-color: #74CA84;
}
.TagClassName
{
border-color: #74CA84;
}
</style>