Shades of De York #8CCF83
Tints of De York #8CCF83
RGB
CMYK
RGB Variations
Color information
#8CCF83 (or 0x8CCF83) is known color: De York. HEX triplet: 8C, CF and 83. RGB value is (140,207,131). Sum of RGB (Red+Green+Blue) = 140+207+131=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF83 is #73307C. Grayscale: #B2B2B2. Windows color (decimal): -7549053 or 8638348. OLE color: 8638348.
HSL color Cylindrical-coordinate representation of color #8CCF83: hue angle of 112.89º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CCF83 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 131 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.19 |
| HSL | 112.89º | 0.44% | 0.66% | - |
| HSV(B) | 112.89º | 0.37% | 0.81% | - |
| XYZ | 37.22 | 51.84 | 29.52 | - |
| YUV | 178.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 131 | 0.32 | 0 | 0.37 | 0.19 | 112.89 | 0.44 | 0.66 |
| Hex | 8C | CF | 83 | 20 | 0 | 25 | 13 | 71 | 2C | 42 |
| Octal | 214 | 317 | 203 | 40 | 0 | 45 | 23 | 161 | 54 | 102 |
| Binary | 10001100 | 11001111 | 10000011 | 100000 | 0 | 100101 | 10011 | 1110001 | 101100 | 1000010 |
Color Harmonies of #8CCF83
Complementary color
Monochromatic Colors of #8CCF83
Black with #8CCF83
Text Example
Text Example
White with #8CCF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF83; }
p { color: rgb(140,207,131); }
H1.HeaderClassName
{
color: #8CCF83;
}
.AnyTagClassName
{
color: #8CCF83;
}
</style>
background-color css
<style>
a { background-color: #8CCF83; }
a { background-color: rgb(140,207,131); }
div.DivClassName
{
background-color: #8CCF83;
}
.BgClassName
{
background-color: #8CCF83;
}
</style>
border-color css
<style>
span { border-color: #8CCF83; }
span { border-color: rgb(140,207,131); }
td.TdClassName
{
border-color: #8CCF83;
}
.TagClassName
{
border-color: #8CCF83;
}
</style>