Shades of De York #8BC37F
Tints of De York #8BC37F
RGB
CMYK
RGB Variations
Color information
#8BC37F (or 0x8BC37F) is known color: De York. HEX triplet: 8B, C3 and 7F. RGB value is (139,195,127). Sum of RGB (Red+Green+Blue) = 139+195+127=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC37F is #743C80. Grayscale: #AAAAAA. Windows color (decimal): -7617665 or 8373131. OLE color: 8373131.
HSL color Cylindrical-coordinate representation of color #8BC37F: hue angle of 109.41º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BC37F is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 127 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.24 |
| HSL | 109.41º | 0.36% | 0.63% | - |
| HSV(B) | 109.41º | 0.35% | 0.76% | - |
| XYZ | 33.99 | 46.05 | 27.18 | - |
| YUV | 170.5 | 103.45 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 127 | 0.29 | 0 | 0.35 | 0.24 | 109.41 | 0.36 | 0.63 |
| Hex | 8B | C3 | 7F | 1D | 0 | 23 | 18 | 6D | 24 | 3F |
| Octal | 213 | 303 | 177 | 35 | 0 | 43 | 30 | 155 | 44 | 77 |
| Binary | 10001011 | 11000011 | 1111111 | 11101 | 0 | 100011 | 11000 | 1101101 | 100100 | 111111 |
Color Harmonies of #8BC37F
Complementary color
Monochromatic Colors of #8BC37F
Black with #8BC37F
Text Example
Text Example
White with #8BC37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC37F; }
p { color: rgb(139,195,127); }
H1.HeaderClassName
{
color: #8BC37F;
}
.AnyTagClassName
{
color: #8BC37F;
}
</style>
background-color css
<style>
a { background-color: #8BC37F; }
a { background-color: rgb(139,195,127); }
div.DivClassName
{
background-color: #8BC37F;
}
.BgClassName
{
background-color: #8BC37F;
}
</style>
border-color css
<style>
span { border-color: #8BC37F; }
span { border-color: rgb(139,195,127); }
td.TdClassName
{
border-color: #8BC37F;
}
.TagClassName
{
border-color: #8BC37F;
}
</style>