Shades of De York #84CF78
Tints of De York #84CF78
RGB
CMYK
RGB Variations
Color information
#84CF78 (or 0x84CF78) is known color: De York. HEX triplet: 84, CF and 78. RGB value is (132,207,120). Sum of RGB (Red+Green+Blue) = 132+207+120=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CF78 is #7B3087. Grayscale: #AEAEAE. Windows color (decimal): -8073352 or 7917444. OLE color: 7917444.
HSL color Cylindrical-coordinate representation of color #84CF78: hue angle of 111.72º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84CF78 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 120 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.19 |
| HSL | 111.72º | 0.48% | 0.64% | - |
| HSV(B) | 111.72º | 0.42% | 0.81% | - |
| XYZ | 35.22 | 50.89 | 25.74 | - |
| YUV | 174.66 | 97.15 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 120 | 0.36 | 0 | 0.42 | 0.19 | 111.72 | 0.48 | 0.64 |
| Hex | 84 | CF | 78 | 24 | 0 | 2A | 13 | 70 | 30 | 40 |
| Octal | 204 | 317 | 170 | 44 | 0 | 52 | 23 | 160 | 60 | 100 |
| Binary | 10000100 | 11001111 | 1111000 | 100100 | 0 | 101010 | 10011 | 1110000 | 110000 | 1000000 |
Color Harmonies of #84CF78
Complementary color
Monochromatic Colors of #84CF78
Black with #84CF78
Text Example
Text Example
White with #84CF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CF78; }
p { color: rgb(132,207,120); }
H1.HeaderClassName
{
color: #84CF78;
}
.AnyTagClassName
{
color: #84CF78;
}
</style>
background-color css
<style>
a { background-color: #84CF78; }
a { background-color: rgb(132,207,120); }
div.DivClassName
{
background-color: #84CF78;
}
.BgClassName
{
background-color: #84CF78;
}
</style>
border-color css
<style>
span { border-color: #84CF78; }
span { border-color: rgb(132,207,120); }
td.TdClassName
{
border-color: #84CF78;
}
.TagClassName
{
border-color: #84CF78;
}
</style>