Shades of De York #84CA82
Tints of De York #84CA82
RGB
CMYK
RGB Variations
Color information
#84CA82 (or 0x84CA82) is known color: De York. HEX triplet: 84, CA and 82. RGB value is (132,202,130). Sum of RGB (Red+Green+Blue) = 132+202+130=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CA82 is #7B357D. Grayscale: #ADADAD. Windows color (decimal): -8074622 or 8571524. OLE color: 8571524.
HSL color Cylindrical-coordinate representation of color #84CA82: hue angle of 118.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CA82 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 130 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.21 |
| HSL | 118.33º | 0.4% | 0.65% | - |
| HSV(B) | 118.33º | 0.36% | 0.79% | - |
| XYZ | 34.67 | 48.76 | 28.7 | - |
| YUV | 172.86 | 103.81 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 130 | 0.35 | 0 | 0.36 | 0.21 | 118.33 | 0.4 | 0.65 |
| Hex | 84 | CA | 82 | 23 | 0 | 24 | 15 | 76 | 28 | 41 |
| Octal | 204 | 312 | 202 | 43 | 0 | 44 | 25 | 166 | 50 | 101 |
| Binary | 10000100 | 11001010 | 10000010 | 100011 | 0 | 100100 | 10101 | 1110110 | 101000 | 1000001 |
Color Harmonies of #84CA82
Complementary color
Monochromatic Colors of #84CA82
Black with #84CA82
Text Example
Text Example
White with #84CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CA82; }
p { color: rgb(132,202,130); }
H1.HeaderClassName
{
color: #84CA82;
}
.AnyTagClassName
{
color: #84CA82;
}
</style>
background-color css
<style>
a { background-color: #84CA82; }
a { background-color: rgb(132,202,130); }
div.DivClassName
{
background-color: #84CA82;
}
.BgClassName
{
background-color: #84CA82;
}
</style>
border-color css
<style>
span { border-color: #84CA82; }
span { border-color: rgb(132,202,130); }
td.TdClassName
{
border-color: #84CA82;
}
.TagClassName
{
border-color: #84CA82;
}
</style>