Shades of De York #84C27C
Tints of De York #84C27C
RGB
CMYK
RGB Variations
Color information
#84C27C (or 0x84C27C) is known color: De York. HEX triplet: 84, C2 and 7C. RGB value is (132,194,124). Sum of RGB (Red+Green+Blue) = 132+194+124=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #84C27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C27C is #7B3D83. Grayscale: #A7A7A7. Windows color (decimal): -8076676 or 8176260. OLE color: 8176260.
HSL color Cylindrical-coordinate representation of color #84C27C: hue angle of 113.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84C27C is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 124 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.24 |
| HSL | 113.14º | 0.36% | 0.62% | - |
| HSV(B) | 113.14º | 0.36% | 0.76% | - |
| XYZ | 32.45 | 44.94 | 26.03 | - |
| YUV | 167.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 124 | 0.32 | 0 | 0.36 | 0.24 | 113.14 | 0.36 | 0.62 |
| Hex | 84 | C2 | 7C | 20 | 0 | 24 | 18 | 71 | 24 | 3E |
| Octal | 204 | 302 | 174 | 40 | 0 | 44 | 30 | 161 | 44 | 76 |
| Binary | 10000100 | 11000010 | 1111100 | 100000 | 0 | 100100 | 11000 | 1110001 | 100100 | 111110 |
Color Harmonies of #84C27C
Complementary color
Monochromatic Colors of #84C27C
Black with #84C27C
Text Example
Text Example
White with #84C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C27C; }
p { color: rgb(132,194,124); }
H1.HeaderClassName
{
color: #84C27C;
}
.AnyTagClassName
{
color: #84C27C;
}
</style>
background-color css
<style>
a { background-color: #84C27C; }
a { background-color: rgb(132,194,124); }
div.DivClassName
{
background-color: #84C27C;
}
.BgClassName
{
background-color: #84C27C;
}
</style>
border-color css
<style>
span { border-color: #84C27C; }
span { border-color: rgb(132,194,124); }
td.TdClassName
{
border-color: #84C27C;
}
.TagClassName
{
border-color: #84C27C;
}
</style>