Shades of De York #84C27A
Tints of De York #84C27A
RGB
CMYK
RGB Variations
Color information
#84C27A (or 0x84C27A) is known color: De York. HEX triplet: 84, C2 and 7A. RGB value is (132,194,122). Sum of RGB (Red+Green+Blue) = 132+194+122=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #84C27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C27A is #7B3D85. Grayscale: #A7A7A7. Windows color (decimal): -8076678 or 8045188. OLE color: 8045188.
HSL color Cylindrical-coordinate representation of color #84C27A: hue angle of 111.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84C27A is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 122 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.24 |
| HSL | 111.67º | 0.37% | 0.62% | - |
| HSV(B) | 111.67º | 0.37% | 0.76% | - |
| XYZ | 32.32 | 44.89 | 25.37 | - |
| YUV | 167.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 122 | 0.32 | 0 | 0.37 | 0.24 | 111.67 | 0.37 | 0.62 |
| Hex | 84 | C2 | 7A | 20 | 0 | 25 | 18 | 70 | 25 | 3E |
| Octal | 204 | 302 | 172 | 40 | 0 | 45 | 30 | 160 | 45 | 76 |
| Binary | 10000100 | 11000010 | 1111010 | 100000 | 0 | 100101 | 11000 | 1110000 | 100101 | 111110 |
Color Harmonies of #84C27A
Complementary color
Monochromatic Colors of #84C27A
Black with #84C27A
Text Example
Text Example
White with #84C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C27A; }
p { color: rgb(132,194,122); }
H1.HeaderClassName
{
color: #84C27A;
}
.AnyTagClassName
{
color: #84C27A;
}
</style>
background-color css
<style>
a { background-color: #84C27A; }
a { background-color: rgb(132,194,122); }
div.DivClassName
{
background-color: #84C27A;
}
.BgClassName
{
background-color: #84C27A;
}
</style>
border-color css
<style>
span { border-color: #84C27A; }
span { border-color: rgb(132,194,122); }
td.TdClassName
{
border-color: #84C27A;
}
.TagClassName
{
border-color: #84C27A;
}
</style>