Shades of De York #8CD28C
Tints of De York #8CD28C
RGB
CMYK
RGB Variations
Color information
#8CD28C (or 0x8CD28C) is known color: De York. HEX triplet: 8C, D2 and 8C. RGB value is (140,210,140). Sum of RGB (Red+Green+Blue) = 140+210+140=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD28C is #732D73. Grayscale: #B5B5B5. Windows color (decimal): -7548276 or 9228940. OLE color: 9228940.
HSL color Cylindrical-coordinate representation of color #8CD28C: hue angle of 120º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD28C is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
RGB | 140 | 210 | 140 | - |
CMYK | 0.33 | 0 | 0.33 | 0.18 |
HSL | 120º | 0.44% | 0.69% | - |
HSV(B) | 120º | 0.33% | 0.82% | - |
XYZ | 38.6 | 53.56 | 33.12 | - |
YUV | 181.09 | 104.81 | 98.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 210 | 140 | 0.33 | 0 | 0.33 | 0.18 | 120 | 0.44 | 0.69 |
Hex | 8C | D2 | 8C | 21 | 0 | 21 | 12 | 78 | 2C | 45 |
Octal | 214 | 322 | 214 | 41 | 0 | 41 | 22 | 170 | 54 | 105 |
Binary | 10001100 | 11010010 | 10001100 | 100001 | 0 | 100001 | 10010 | 1111000 | 101100 | 1000101 |
Color Harmonies of #8CD28C
Complementary color
Monochromatic Colors of #8CD28C
Black with #8CD28C
Text Example
Text Example
White with #8CD28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD28C; }
p { color: rgb(140,210,140); }
H1.HeaderClassName
{
color: #8CD28C;
}
.AnyTagClassName
{
color: #8CD28C;
}
</style>
background-color css
<style>
a { background-color: #8CD28C; }
a { background-color: rgb(140,210,140); }
div.DivClassName
{
background-color: #8CD28C;
}
.BgClassName
{
background-color: #8CD28C;
}
</style>
border-color css
<style>
span { border-color: #8CD28C; }
span { border-color: rgb(140,210,140); }
td.TdClassName
{
border-color: #8CD28C;
}
.TagClassName
{
border-color: #8CD28C;
}
</style>