Shades of De York #84CA90
Tints of De York #84CA90
RGB
CMYK
RGB Variations
Color information
#84CA90 (or 0x84CA90) is known color: De York. HEX triplet: 84, CA and 90. RGB value is (132,202,144). Sum of RGB (Red+Green+Blue) = 132+202+144=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CA90 is #7B356F. Grayscale: #AEAEAE. Windows color (decimal): -8074608 or 9489028. OLE color: 9489028.
HSL color Cylindrical-coordinate representation of color #84CA90: hue angle of 130.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CA90 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 144 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.21 |
| HSL | 130.29º | 0.4% | 0.65% | - |
| HSV(B) | 130.29º | 0.35% | 0.79% | - |
| XYZ | 35.67 | 49.16 | 33.99 | - |
| YUV | 174.46 | 110.81 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 144 | 0.35 | 0 | 0.29 | 0.21 | 130.29 | 0.4 | 0.65 |
| Hex | 84 | CA | 90 | 23 | 0 | 1D | 15 | 82 | 28 | 41 |
| Octal | 204 | 312 | 220 | 43 | 0 | 35 | 25 | 202 | 50 | 101 |
| Binary | 10000100 | 11001010 | 10010000 | 100011 | 0 | 11101 | 10101 | 10000010 | 101000 | 1000001 |
Color Harmonies of #84CA90
Complementary color
Monochromatic Colors of #84CA90
Black with #84CA90
Text Example
Text Example
White with #84CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CA90; }
p { color: rgb(132,202,144); }
H1.HeaderClassName
{
color: #84CA90;
}
.AnyTagClassName
{
color: #84CA90;
}
</style>
background-color css
<style>
a { background-color: #84CA90; }
a { background-color: rgb(132,202,144); }
div.DivClassName
{
background-color: #84CA90;
}
.BgClassName
{
background-color: #84CA90;
}
</style>
border-color css
<style>
span { border-color: #84CA90; }
span { border-color: rgb(132,202,144); }
td.TdClassName
{
border-color: #84CA90;
}
.TagClassName
{
border-color: #84CA90;
}
</style>