Shades of De York #84C67F
Tints of De York #84C67F
RGB
CMYK
RGB Variations
Color information
#84C67F (or 0x84C67F) is known color: De York. HEX triplet: 84, C6 and 7F. RGB value is (132,198,127). Sum of RGB (Red+Green+Blue) = 132+198+127=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #84C67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C67F is #7B3980. Grayscale: #AAAAAA. Windows color (decimal): -8075649 or 8373892. OLE color: 8373892.
HSL color Cylindrical-coordinate representation of color #84C67F: hue angle of 115.77º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84C67F is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 127 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.22 |
| HSL | 115.77º | 0.38% | 0.64% | - |
| HSV(B) | 115.77º | 0.36% | 0.78% | - |
| XYZ | 33.54 | 46.83 | 27.35 | - |
| YUV | 170.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 127 | 0.33 | 0 | 0.36 | 0.22 | 115.77 | 0.38 | 0.64 |
| Hex | 84 | C6 | 7F | 21 | 0 | 24 | 16 | 74 | 26 | 40 |
| Octal | 204 | 306 | 177 | 41 | 0 | 44 | 26 | 164 | 46 | 100 |
| Binary | 10000100 | 11000110 | 1111111 | 100001 | 0 | 100100 | 10110 | 1110100 | 100110 | 1000000 |
Color Harmonies of #84C67F
Complementary color
Monochromatic Colors of #84C67F
Black with #84C67F
Text Example
Text Example
White with #84C67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C67F; }
p { color: rgb(132,198,127); }
H1.HeaderClassName
{
color: #84C67F;
}
.AnyTagClassName
{
color: #84C67F;
}
</style>
background-color css
<style>
a { background-color: #84C67F; }
a { background-color: rgb(132,198,127); }
div.DivClassName
{
background-color: #84C67F;
}
.BgClassName
{
background-color: #84C67F;
}
</style>
border-color css
<style>
span { border-color: #84C67F; }
span { border-color: rgb(132,198,127); }
td.TdClassName
{
border-color: #84C67F;
}
.TagClassName
{
border-color: #84C67F;
}
</style>