Shades of De York #84CF94
Tints of De York #84CF94
RGB
CMYK
RGB Variations
Color information
#84CF94 (or 0x84CF94) is known color: De York. HEX triplet: 84, CF and 94. RGB value is (132,207,148). Sum of RGB (Red+Green+Blue) = 132+207+148=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CF94 is #7B306B. Grayscale: #B2B2B2. Windows color (decimal): -8073324 or 9752452. OLE color: 9752452.
HSL color Cylindrical-coordinate representation of color #84CF94: hue angle of 132.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CF94 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 148 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.19 |
| HSL | 132.8º | 0.44% | 0.66% | - |
| HSV(B) | 132.8º | 0.36% | 0.81% | - |
| XYZ | 37.17 | 51.67 | 36.03 | - |
| YUV | 177.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 148 | 0.36 | 0 | 0.29 | 0.19 | 132.8 | 0.44 | 0.66 |
| Hex | 84 | CF | 94 | 24 | 0 | 1D | 13 | 85 | 2C | 42 |
| Octal | 204 | 317 | 224 | 44 | 0 | 35 | 23 | 205 | 54 | 102 |
| Binary | 10000100 | 11001111 | 10010100 | 100100 | 0 | 11101 | 10011 | 10000101 | 101100 | 1000010 |
Color Harmonies of #84CF94
Complementary color
Monochromatic Colors of #84CF94
Black with #84CF94
Text Example
Text Example
White with #84CF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CF94; }
p { color: rgb(132,207,148); }
H1.HeaderClassName
{
color: #84CF94;
}
.AnyTagClassName
{
color: #84CF94;
}
</style>
background-color css
<style>
a { background-color: #84CF94; }
a { background-color: rgb(132,207,148); }
div.DivClassName
{
background-color: #84CF94;
}
.BgClassName
{
background-color: #84CF94;
}
</style>
border-color css
<style>
span { border-color: #84CF94; }
span { border-color: rgb(132,207,148); }
td.TdClassName
{
border-color: #84CF94;
}
.TagClassName
{
border-color: #84CF94;
}
</style>