Shades of De York #84CB88
Tints of De York #84CB88
RGB
CMYK
RGB Variations
Color information
#84CB88 (or 0x84CB88) is known color: De York. HEX triplet: 84, CB and 88. RGB value is (132,203,136). Sum of RGB (Red+Green+Blue) = 132+203+136=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CB88 is #7B3477. Grayscale: #AEAEAE. Windows color (decimal): -8074360 or 8964996. OLE color: 8964996.
HSL color Cylindrical-coordinate representation of color #84CB88: hue angle of 123.38º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CB88 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 136 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.20 |
| HSL | 123.38º | 0.41% | 0.66% | - |
| HSV(B) | 123.38º | 0.35% | 0.8% | - |
| XYZ | 35.32 | 49.39 | 30.97 | - |
| YUV | 174.13 | 106.48 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 136 | 0.35 | 0 | 0.33 | 0.20 | 123.38 | 0.41 | 0.66 |
| Hex | 84 | CB | 88 | 23 | 0 | 21 | 14 | 7B | 29 | 42 |
| Octal | 204 | 313 | 210 | 43 | 0 | 41 | 24 | 173 | 51 | 102 |
| Binary | 10000100 | 11001011 | 10001000 | 100011 | 0 | 100001 | 10100 | 1111011 | 101001 | 1000010 |
Color Harmonies of #84CB88
Complementary color
Monochromatic Colors of #84CB88
Black with #84CB88
Text Example
Text Example
White with #84CB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CB88; }
p { color: rgb(132,203,136); }
H1.HeaderClassName
{
color: #84CB88;
}
.AnyTagClassName
{
color: #84CB88;
}
</style>
background-color css
<style>
a { background-color: #84CB88; }
a { background-color: rgb(132,203,136); }
div.DivClassName
{
background-color: #84CB88;
}
.BgClassName
{
background-color: #84CB88;
}
</style>
border-color css
<style>
span { border-color: #84CB88; }
span { border-color: rgb(132,203,136); }
td.TdClassName
{
border-color: #84CB88;
}
.TagClassName
{
border-color: #84CB88;
}
</style>