Shades of De York #84C37F
Tints of De York #84C37F
RGB
CMYK
RGB Variations
Color information
#84C37F (or 0x84C37F) is known color: De York. HEX triplet: 84, C3 and 7F. RGB value is (132,195,127). Sum of RGB (Red+Green+Blue) = 132+195+127=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #84C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C37F is #7B3C80. Grayscale: #A8A8A8. Windows color (decimal): -8076417 or 8373124. OLE color: 8373124.
HSL color Cylindrical-coordinate representation of color #84C37F: hue angle of 115.59º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84C37F is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 127 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.24 |
| HSL | 115.59º | 0.36% | 0.63% | - |
| HSV(B) | 115.59º | 0.35% | 0.76% | - |
| XYZ | 32.86 | 45.47 | 27.12 | - |
| YUV | 168.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 127 | 0.32 | 0 | 0.35 | 0.24 | 115.59 | 0.36 | 0.63 |
| Hex | 84 | C3 | 7F | 20 | 0 | 23 | 18 | 74 | 24 | 3F |
| Octal | 204 | 303 | 177 | 40 | 0 | 43 | 30 | 164 | 44 | 77 |
| Binary | 10000100 | 11000011 | 1111111 | 100000 | 0 | 100011 | 11000 | 1110100 | 100100 | 111111 |
Color Harmonies of #84C37F
Complementary color
Monochromatic Colors of #84C37F
Black with #84C37F
Text Example
Text Example
White with #84C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C37F; }
p { color: rgb(132,195,127); }
H1.HeaderClassName
{
color: #84C37F;
}
.AnyTagClassName
{
color: #84C37F;
}
</style>
background-color css
<style>
a { background-color: #84C37F; }
a { background-color: rgb(132,195,127); }
div.DivClassName
{
background-color: #84C37F;
}
.BgClassName
{
background-color: #84C37F;
}
</style>
border-color css
<style>
span { border-color: #84C37F; }
span { border-color: rgb(132,195,127); }
td.TdClassName
{
border-color: #84C37F;
}
.TagClassName
{
border-color: #84C37F;
}
</style>