Shades of De York #8BC37B
Tints of De York #8BC37B
RGB
CMYK
RGB Variations
Color information
#8BC37B (or 0x8BC37B) is known color: De York. HEX triplet: 8B, C3 and 7B. RGB value is (139,195,123). Sum of RGB (Red+Green+Blue) = 139+195+123=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC37B is #743C84. Grayscale: #AAAAAA. Windows color (decimal): -7617669 or 8110987. OLE color: 8110987.
HSL color Cylindrical-coordinate representation of color #8BC37B: hue angle of 106.67º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BC37B is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 123 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.24 |
| HSL | 106.67º | 0.38% | 0.62% | - |
| HSV(B) | 106.67º | 0.37% | 0.76% | - |
| XYZ | 33.74 | 45.95 | 25.83 | - |
| YUV | 170.05 | 101.45 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 123 | 0.29 | 0 | 0.37 | 0.24 | 106.67 | 0.38 | 0.62 |
| Hex | 8B | C3 | 7B | 1D | 0 | 25 | 18 | 6B | 26 | 3E |
| Octal | 213 | 303 | 173 | 35 | 0 | 45 | 30 | 153 | 46 | 76 |
| Binary | 10001011 | 11000011 | 1111011 | 11101 | 0 | 100101 | 11000 | 1101011 | 100110 | 111110 |
Color Harmonies of #8BC37B
Complementary color
Monochromatic Colors of #8BC37B
Black with #8BC37B
Text Example
Text Example
White with #8BC37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC37B; }
p { color: rgb(139,195,123); }
H1.HeaderClassName
{
color: #8BC37B;
}
.AnyTagClassName
{
color: #8BC37B;
}
</style>
background-color css
<style>
a { background-color: #8BC37B; }
a { background-color: rgb(139,195,123); }
div.DivClassName
{
background-color: #8BC37B;
}
.BgClassName
{
background-color: #8BC37B;
}
</style>
border-color css
<style>
span { border-color: #8BC37B; }
span { border-color: rgb(139,195,123); }
td.TdClassName
{
border-color: #8BC37B;
}
.TagClassName
{
border-color: #8BC37B;
}
</style>