Shades of De York #8BC782
Tints of De York #8BC782
RGB
CMYK
RGB Variations
Color information
#8BC782 (or 0x8BC782) is known color: De York. HEX triplet: 8B, C7 and 82. RGB value is (139,199,130). Sum of RGB (Red+Green+Blue) = 139+199+130=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC782 is #74387D. Grayscale: #ADADAD. Windows color (decimal): -7616638 or 8570763. OLE color: 8570763.
HSL color Cylindrical-coordinate representation of color #8BC782: hue angle of 112.17º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BC782 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 130 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.22 |
| HSL | 112.17º | 0.38% | 0.65% | - |
| HSV(B) | 112.17º | 0.35% | 0.78% | - |
| XYZ | 35.1 | 47.95 | 28.52 | - |
| YUV | 173.19 | 103.62 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 130 | 0.30 | 0 | 0.35 | 0.22 | 112.17 | 0.38 | 0.65 |
| Hex | 8B | C7 | 82 | 1E | 0 | 23 | 16 | 70 | 26 | 41 |
| Octal | 213 | 307 | 202 | 36 | 0 | 43 | 26 | 160 | 46 | 101 |
| Binary | 10001011 | 11000111 | 10000010 | 11110 | 0 | 100011 | 10110 | 1110000 | 100110 | 1000001 |
Color Harmonies of #8BC782
Complementary color
Monochromatic Colors of #8BC782
Black with #8BC782
Text Example
Text Example
White with #8BC782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC782; }
p { color: rgb(139,199,130); }
H1.HeaderClassName
{
color: #8BC782;
}
.AnyTagClassName
{
color: #8BC782;
}
</style>
background-color css
<style>
a { background-color: #8BC782; }
a { background-color: rgb(139,199,130); }
div.DivClassName
{
background-color: #8BC782;
}
.BgClassName
{
background-color: #8BC782;
}
</style>
border-color css
<style>
span { border-color: #8BC782; }
span { border-color: rgb(139,199,130); }
td.TdClassName
{
border-color: #8BC782;
}
.TagClassName
{
border-color: #8BC782;
}
</style>