Shades of De York #84CD7B
Tints of De York #84CD7B
RGB
CMYK
RGB Variations
Color information
#84CD7B (or 0x84CD7B) is known color: De York. HEX triplet: 84, CD and 7B. RGB value is (132,205,123). Sum of RGB (Red+Green+Blue) = 132+205+123=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #84CD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CD7B is #7B3284. Grayscale: #AEAEAE. Windows color (decimal): -8073861 or 8113540. OLE color: 8113540.
HSL color Cylindrical-coordinate representation of color #84CD7B: hue angle of 113.41º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84CD7B is Cyan = 0.36, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 205 | 123 | - |
| CMYK | 0.36 | 0 | 0.4 | 0.20 |
| HSL | 113.41º | 0.45% | 0.64% | - |
| HSV(B) | 113.41º | 0.4% | 0.8% | - |
| XYZ | 34.92 | 50 | 26.55 | - |
| YUV | 173.83 | 99.32 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 123 | 0.36 | 0 | 0.4 | 0.20 | 113.41 | 0.45 | 0.64 |
| Hex | 84 | CD | 7B | 24 | 0 | 28 | 14 | 71 | 2D | 40 |
| Octal | 204 | 315 | 173 | 44 | 0 | 50 | 24 | 161 | 55 | 100 |
| Binary | 10000100 | 11001101 | 1111011 | 100100 | 0 | 101000 | 10100 | 1110001 | 101101 | 1000000 |
Color Harmonies of #84CD7B
Complementary color
Monochromatic Colors of #84CD7B
Black with #84CD7B
Text Example
Text Example
White with #84CD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CD7B; }
p { color: rgb(132,205,123); }
H1.HeaderClassName
{
color: #84CD7B;
}
.AnyTagClassName
{
color: #84CD7B;
}
</style>
background-color css
<style>
a { background-color: #84CD7B; }
a { background-color: rgb(132,205,123); }
div.DivClassName
{
background-color: #84CD7B;
}
.BgClassName
{
background-color: #84CD7B;
}
</style>
border-color css
<style>
span { border-color: #84CD7B; }
span { border-color: rgb(132,205,123); }
td.TdClassName
{
border-color: #84CD7B;
}
.TagClassName
{
border-color: #84CD7B;
}
</style>