Shades of De York #84DB84
Tints of De York #84DB84
RGB
CMYK
RGB Variations
Color information
#84DB84 (or 0x84DB84) is known color: De York. HEX triplet: 84, DB and 84. RGB value is (132,219,132). Sum of RGB (Red+Green+Blue) = 132+219+132=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DB84 is #7B247B. Grayscale: #B7B7B7. Windows color (decimal): -8070268 or 8706948. OLE color: 8706948.
HSL color Cylindrical-coordinate representation of color #84DB84: hue angle of 120º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DB84 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 132 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.14 |
| HSL | 120º | 0.55% | 0.69% | - |
| HSV(B) | 120º | 0.4% | 0.86% | - |
| XYZ | 39.01 | 57.23 | 30.82 | - |
| YUV | 183.07 | 99.18 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 132 | 0.40 | 0 | 0.40 | 0.14 | 120 | 0.55 | 0.69 |
| Hex | 84 | DB | 84 | 28 | 0 | 28 | E | 78 | 37 | 45 |
| Octal | 204 | 333 | 204 | 50 | 0 | 50 | 16 | 170 | 67 | 105 |
| Binary | 10000100 | 11011011 | 10000100 | 101000 | 0 | 101000 | 1110 | 1111000 | 110111 | 1000101 |
Color Harmonies of #84DB84
Complementary color
Monochromatic Colors of #84DB84
Black with #84DB84
Text Example
Text Example
White with #84DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DB84; }
p { color: rgb(132,219,132); }
H1.HeaderClassName
{
color: #84DB84;
}
.AnyTagClassName
{
color: #84DB84;
}
</style>
background-color css
<style>
a { background-color: #84DB84; }
a { background-color: rgb(132,219,132); }
div.DivClassName
{
background-color: #84DB84;
}
.BgClassName
{
background-color: #84DB84;
}
</style>
border-color css
<style>
span { border-color: #84DB84; }
span { border-color: rgb(132,219,132); }
td.TdClassName
{
border-color: #84DB84;
}
.TagClassName
{
border-color: #84DB84;
}
</style>