Shades of Conifer #BBED56
Tints of Conifer #BBED56
RGB
CMYK
RGB Variations
Color information
#BBED56 (or 0xBBED56) is known color: Conifer. HEX triplet: BB, ED and 56. RGB value is (187,237,86). Sum of RGB (Red+Green+Blue) = 187+237+86=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED56 is #4412A9. Grayscale: #CDCDCD. Windows color (decimal): -4461226 or 5696955. OLE color: 5696955.
HSL color Cylindrical-coordinate representation of color #BBED56: hue angle of 79.87º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBED56 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 86 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.07 |
| HSL | 79.87º | 0.81% | 0.63% | - |
| HSV(B) | 79.87º | 0.64% | 0.93% | - |
| XYZ | 52.46 | 71.81 | 19.9 | - |
| YUV | 204.84 | 60.94 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 86 | 0.21 | 0 | 0.64 | 0.07 | 79.87 | 0.81 | 0.63 |
| Hex | BB | ED | 56 | 15 | 0 | 40 | 7 | 50 | 51 | 3F |
| Octal | 273 | 355 | 126 | 25 | 0 | 100 | 7 | 120 | 121 | 77 |
| Binary | 10111011 | 11101101 | 1010110 | 10101 | 0 | 1000000 | 111 | 1010000 | 1010001 | 111111 |
Color Harmonies of #BBED56
Complementary color
Monochromatic Colors of #BBED56
Black with #BBED56
Text Example
Text Example
White with #BBED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED56; }
p { color: rgb(187,237,86); }
H1.HeaderClassName
{
color: #BBED56;
}
.AnyTagClassName
{
color: #BBED56;
}
</style>
background-color css
<style>
a { background-color: #BBED56; }
a { background-color: rgb(187,237,86); }
div.DivClassName
{
background-color: #BBED56;
}
.BgClassName
{
background-color: #BBED56;
}
</style>
border-color css
<style>
span { border-color: #BBED56; }
span { border-color: rgb(187,237,86); }
td.TdClassName
{
border-color: #BBED56;
}
.TagClassName
{
border-color: #BBED56;
}
</style>