Shades of De York #84BF83
Tints of De York #84BF83
RGB
CMYK
RGB Variations
Color information
#84BF83 (or 0x84BF83) is known color: De York. HEX triplet: 84, BF and 83. RGB value is (132,191,131). Sum of RGB (Red+Green+Blue) = 132+191+131=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BF83 is #7B407C. Grayscale: #A6A6A6. Windows color (decimal): -8077437 or 8634244. OLE color: 8634244.
HSL color Cylindrical-coordinate representation of color #84BF83: hue angle of 119º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BF83 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 131 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.25 |
| HSL | 119º | 0.32% | 0.63% | - |
| HSV(B) | 119º | 0.31% | 0.75% | - |
| XYZ | 32.24 | 43.81 | 28.23 | - |
| YUV | 166.52 | 107.95 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 131 | 0.31 | 0 | 0.31 | 0.25 | 119 | 0.32 | 0.63 |
| Hex | 84 | BF | 83 | 1F | 0 | 1F | 19 | 77 | 20 | 3F |
| Octal | 204 | 277 | 203 | 37 | 0 | 37 | 31 | 167 | 40 | 77 |
| Binary | 10000100 | 10111111 | 10000011 | 11111 | 0 | 11111 | 11001 | 1110111 | 100000 | 111111 |
Color Harmonies of #84BF83
Complementary color
Monochromatic Colors of #84BF83
Black with #84BF83
Text Example
Text Example
White with #84BF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BF83; }
p { color: rgb(132,191,131); }
H1.HeaderClassName
{
color: #84BF83;
}
.AnyTagClassName
{
color: #84BF83;
}
</style>
background-color css
<style>
a { background-color: #84BF83; }
a { background-color: rgb(132,191,131); }
div.DivClassName
{
background-color: #84BF83;
}
.BgClassName
{
background-color: #84BF83;
}
</style>
border-color css
<style>
span { border-color: #84BF83; }
span { border-color: rgb(132,191,131); }
td.TdClassName
{
border-color: #84BF83;
}
.TagClassName
{
border-color: #84BF83;
}
</style>