Shades of De York #84CE7B
Tints of De York #84CE7B
RGB
CMYK
RGB Variations
Color information
#84CE7B (or 0x84CE7B) is known color: De York. HEX triplet: 84, CE and 7B. RGB value is (132,206,123). Sum of RGB (Red+Green+Blue) = 132+206+123=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CE7B is #7B3184. Grayscale: #AEAEAE. Windows color (decimal): -8073605 or 8113796. OLE color: 8113796.
HSL color Cylindrical-coordinate representation of color #84CE7B: hue angle of 113.49º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84CE7B is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 123 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.19 |
| HSL | 113.49º | 0.46% | 0.65% | - |
| HSV(B) | 113.49º | 0.4% | 0.81% | - |
| XYZ | 35.16 | 50.48 | 26.63 | - |
| YUV | 174.41 | 98.98 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 123 | 0.36 | 0 | 0.40 | 0.19 | 113.49 | 0.46 | 0.65 |
| Hex | 84 | CE | 7B | 24 | 0 | 28 | 13 | 71 | 2E | 41 |
| Octal | 204 | 316 | 173 | 44 | 0 | 50 | 23 | 161 | 56 | 101 |
| Binary | 10000100 | 11001110 | 1111011 | 100100 | 0 | 101000 | 10011 | 1110001 | 101110 | 1000001 |
Color Harmonies of #84CE7B
Complementary color
Monochromatic Colors of #84CE7B
Black with #84CE7B
Text Example
Text Example
White with #84CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CE7B; }
p { color: rgb(132,206,123); }
H1.HeaderClassName
{
color: #84CE7B;
}
.AnyTagClassName
{
color: #84CE7B;
}
</style>
background-color css
<style>
a { background-color: #84CE7B; }
a { background-color: rgb(132,206,123); }
div.DivClassName
{
background-color: #84CE7B;
}
.BgClassName
{
background-color: #84CE7B;
}
</style>
border-color css
<style>
span { border-color: #84CE7B; }
span { border-color: rgb(132,206,123); }
td.TdClassName
{
border-color: #84CE7B;
}
.TagClassName
{
border-color: #84CE7B;
}
</style>