Shades of De York #84DD93
Tints of De York #84DD93
RGB
CMYK
RGB Variations
Color information
#84DD93 (or 0x84DD93) is known color: De York. HEX triplet: 84, DD and 93. RGB value is (132,221,147). Sum of RGB (Red+Green+Blue) = 132+221+147=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD93 is #7B226C. Grayscale: #BABABA. Windows color (decimal): -8069741 or 9690500. OLE color: 9690500.
HSL color Cylindrical-coordinate representation of color #84DD93: hue angle of 130.11º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DD93 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 147 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.13 |
| HSL | 130.11º | 0.57% | 0.69% | - |
| HSV(B) | 130.11º | 0.4% | 0.87% | - |
| XYZ | 40.64 | 58.73 | 36.8 | - |
| YUV | 185.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 147 | 0.40 | 0 | 0.33 | 0.13 | 130.11 | 0.57 | 0.69 |
| Hex | 84 | DD | 93 | 28 | 0 | 21 | D | 82 | 39 | 45 |
| Octal | 204 | 335 | 223 | 50 | 0 | 41 | 15 | 202 | 71 | 105 |
| Binary | 10000100 | 11011101 | 10010011 | 101000 | 0 | 100001 | 1101 | 10000010 | 111001 | 1000101 |
Color Harmonies of #84DD93
Complementary color
Monochromatic Colors of #84DD93
Black with #84DD93
Text Example
Text Example
White with #84DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DD93; }
p { color: rgb(132,221,147); }
H1.HeaderClassName
{
color: #84DD93;
}
.AnyTagClassName
{
color: #84DD93;
}
</style>
background-color css
<style>
a { background-color: #84DD93; }
a { background-color: rgb(132,221,147); }
div.DivClassName
{
background-color: #84DD93;
}
.BgClassName
{
background-color: #84DD93;
}
</style>
border-color css
<style>
span { border-color: #84DD93; }
span { border-color: rgb(132,221,147); }
td.TdClassName
{
border-color: #84DD93;
}
.TagClassName
{
border-color: #84DD93;
}
</style>