Shades of De York #84C17F
Tints of De York #84C17F
RGB
CMYK
RGB Variations
Color information
#84C17F (or 0x84C17F) is known color: De York. HEX triplet: 84, C1 and 7F. RGB value is (132,193,127). Sum of RGB (Red+Green+Blue) = 132+193+127=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #84C17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C17F is #7B3E80. Grayscale: #A7A7A7. Windows color (decimal): -8076929 or 8372612. OLE color: 8372612.
HSL color Cylindrical-coordinate representation of color #84C17F: hue angle of 115.45º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84C17F is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 127 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.24 |
| HSL | 115.45º | 0.35% | 0.63% | - |
| HSV(B) | 115.45º | 0.34% | 0.76% | - |
| XYZ | 32.42 | 44.58 | 26.97 | - |
| YUV | 167.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 127 | 0.32 | 0 | 0.34 | 0.24 | 115.45 | 0.35 | 0.63 |
| Hex | 84 | C1 | 7F | 20 | 0 | 22 | 18 | 73 | 23 | 3F |
| Octal | 204 | 301 | 177 | 40 | 0 | 42 | 30 | 163 | 43 | 77 |
| Binary | 10000100 | 11000001 | 1111111 | 100000 | 0 | 100010 | 11000 | 1110011 | 100011 | 111111 |
Color Harmonies of #84C17F
Complementary color
Monochromatic Colors of #84C17F
Black with #84C17F
Text Example
Text Example
White with #84C17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C17F; }
p { color: rgb(132,193,127); }
H1.HeaderClassName
{
color: #84C17F;
}
.AnyTagClassName
{
color: #84C17F;
}
</style>
background-color css
<style>
a { background-color: #84C17F; }
a { background-color: rgb(132,193,127); }
div.DivClassName
{
background-color: #84C17F;
}
.BgClassName
{
background-color: #84C17F;
}
</style>
border-color css
<style>
span { border-color: #84C17F; }
span { border-color: rgb(132,193,127); }
td.TdClassName
{
border-color: #84C17F;
}
.TagClassName
{
border-color: #84C17F;
}
</style>