Shades of De York #8CCB84
Tints of De York #8CCB84
RGB
CMYK
RGB Variations
Color information
#8CCB84 (or 0x8CCB84) is known color: De York. HEX triplet: 8C, CB and 84. RGB value is (140,203,132). Sum of RGB (Red+Green+Blue) = 140+203+132=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCB84 is #73347B. Grayscale: #B0B0B0. Windows color (decimal): -7550076 or 8702860. OLE color: 8702860.
HSL color Cylindrical-coordinate representation of color #8CCB84: hue angle of 113.24º 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 #8CCB84 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 132 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.20 |
| HSL | 113.24º | 0.41% | 0.66% | - |
| HSV(B) | 113.24º | 0.35% | 0.8% | - |
| XYZ | 36.34 | 49.95 | 29.56 | - |
| YUV | 176.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 132 | 0.31 | 0 | 0.35 | 0.20 | 113.24 | 0.41 | 0.66 |
| Hex | 8C | CB | 84 | 1F | 0 | 23 | 14 | 71 | 29 | 42 |
| Octal | 214 | 313 | 204 | 37 | 0 | 43 | 24 | 161 | 51 | 102 |
| Binary | 10001100 | 11001011 | 10000100 | 11111 | 0 | 100011 | 10100 | 1110001 | 101001 | 1000010 |
Color Harmonies of #8CCB84
Complementary color
Monochromatic Colors of #8CCB84
Black with #8CCB84
Text Example
Text Example
White with #8CCB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCB84; }
p { color: rgb(140,203,132); }
H1.HeaderClassName
{
color: #8CCB84;
}
.AnyTagClassName
{
color: #8CCB84;
}
</style>
background-color css
<style>
a { background-color: #8CCB84; }
a { background-color: rgb(140,203,132); }
div.DivClassName
{
background-color: #8CCB84;
}
.BgClassName
{
background-color: #8CCB84;
}
</style>
border-color css
<style>
span { border-color: #8CCB84; }
span { border-color: rgb(140,203,132); }
td.TdClassName
{
border-color: #8CCB84;
}
.TagClassName
{
border-color: #8CCB84;
}
</style>