Shades of De York #84C77D
Tints of De York #84C77D
RGB
CMYK
RGB Variations
Color information
#84C77D (or 0x84C77D) is known color: De York. HEX triplet: 84, C7 and 7D. RGB value is (132,199,125). Sum of RGB (Red+Green+Blue) = 132+199+125=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 199 - color contains mainly: green. Hex color #84C77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C77D is #7B3882. Grayscale: #AAAAAA. Windows color (decimal): -8075395 or 8243076. OLE color: 8243076.
HSL color Cylindrical-coordinate representation of color #84C77D: hue angle of 114.32º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84C77D is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 199 | 125 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.22 |
| HSL | 114.32º | 0.4% | 0.64% | - |
| HSV(B) | 114.32º | 0.37% | 0.78% | - |
| XYZ | 33.64 | 47.23 | 26.75 | - |
| YUV | 170.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 199 | 125 | 0.34 | 0 | 0.37 | 0.22 | 114.32 | 0.4 | 0.64 |
| Hex | 84 | C7 | 7D | 22 | 0 | 25 | 16 | 72 | 28 | 40 |
| Octal | 204 | 307 | 175 | 42 | 0 | 45 | 26 | 162 | 50 | 100 |
| Binary | 10000100 | 11000111 | 1111101 | 100010 | 0 | 100101 | 10110 | 1110010 | 101000 | 1000000 |
Color Harmonies of #84C77D
Complementary color
Monochromatic Colors of #84C77D
Black with #84C77D
Text Example
Text Example
White with #84C77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C77D; }
p { color: rgb(132,199,125); }
H1.HeaderClassName
{
color: #84C77D;
}
.AnyTagClassName
{
color: #84C77D;
}
</style>
background-color css
<style>
a { background-color: #84C77D; }
a { background-color: rgb(132,199,125); }
div.DivClassName
{
background-color: #84C77D;
}
.BgClassName
{
background-color: #84C77D;
}
</style>
border-color css
<style>
span { border-color: #84C77D; }
span { border-color: rgb(132,199,125); }
td.TdClassName
{
border-color: #84C77D;
}
.TagClassName
{
border-color: #84C77D;
}
</style>