Shades of De York #74CA86
Tints of De York #74CA86
RGB
CMYK
RGB Variations
Color information
#74CA86 (or 0x74CA86) is known color: De York. HEX triplet: 74, CA and 86. RGB value is (116,202,134). Sum of RGB (Red+Green+Blue) = 116+202+134=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CA86 is #8B3579. Grayscale: #A8A8A8. Windows color (decimal): -9123194 or 8833652. OLE color: 8833652.
HSL color Cylindrical-coordinate representation of color #74CA86: hue angle of 132.56º 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 #74CA86 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 134 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.21 |
| HSL | 132.56º | 0.45% | 0.62% | - |
| HSV(B) | 132.56º | 0.43% | 0.79% | - |
| XYZ | 32.63 | 47.68 | 30.04 | - |
| YUV | 168.53 | 108.51 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 134 | 0.43 | 0 | 0.34 | 0.21 | 132.56 | 0.45 | 0.62 |
| Hex | 74 | CA | 86 | 2B | 0 | 22 | 15 | 85 | 2D | 3E |
| Octal | 164 | 312 | 206 | 53 | 0 | 42 | 25 | 205 | 55 | 76 |
| Binary | 1110100 | 11001010 | 10000110 | 101011 | 0 | 100010 | 10101 | 10000101 | 101101 | 111110 |
Color Harmonies of #74CA86
Complementary color
Monochromatic Colors of #74CA86
Black with #74CA86
Text Example
Text Example
White with #74CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CA86; }
p { color: rgb(116,202,134); }
H1.HeaderClassName
{
color: #74CA86;
}
.AnyTagClassName
{
color: #74CA86;
}
</style>
background-color css
<style>
a { background-color: #74CA86; }
a { background-color: rgb(116,202,134); }
div.DivClassName
{
background-color: #74CA86;
}
.BgClassName
{
background-color: #74CA86;
}
</style>
border-color css
<style>
span { border-color: #74CA86; }
span { border-color: rgb(116,202,134); }
td.TdClassName
{
border-color: #74CA86;
}
.TagClassName
{
border-color: #74CA86;
}
</style>