Shades of Conifer #BBF556
Tints of Conifer #BBF556
RGB
CMYK
RGB Variations
Color information
#BBF556 (or 0xBBF556) is known color: Conifer. HEX triplet: BB, F5 and 56. RGB value is (187,245,86). Sum of RGB (Red+Green+Blue) = 187+245+86=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF556 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF556 is #440AA9. Grayscale: #D2D2D2. Windows color (decimal): -4459178 or 5699003. OLE color: 5699003.
HSL color Cylindrical-coordinate representation of color #BBF556: hue angle of 81.89º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBF556 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 86 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.04 |
| HSL | 81.89º | 0.89% | 0.65% | - |
| HSV(B) | 81.89º | 0.65% | 0.96% | - |
| XYZ | 54.83 | 76.54 | 20.69 | - |
| YUV | 209.53 | 58.28 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 86 | 0.24 | 0 | 0.65 | 0.04 | 81.89 | 0.89 | 0.65 |
| Hex | BB | F5 | 56 | 18 | 0 | 41 | 4 | 52 | 59 | 41 |
| Octal | 273 | 365 | 126 | 30 | 0 | 101 | 4 | 122 | 131 | 101 |
| Binary | 10111011 | 11110101 | 1010110 | 11000 | 0 | 1000001 | 100 | 1010010 | 1011001 | 1000001 |
Color Harmonies of #BBF556
Complementary color
Monochromatic Colors of #BBF556
Black with #BBF556
Text Example
Text Example
White with #BBF556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF556; }
p { color: rgb(187,245,86); }
H1.HeaderClassName
{
color: #BBF556;
}
.AnyTagClassName
{
color: #BBF556;
}
</style>
background-color css
<style>
a { background-color: #BBF556; }
a { background-color: rgb(187,245,86); }
div.DivClassName
{
background-color: #BBF556;
}
.BgClassName
{
background-color: #BBF556;
}
</style>
border-color css
<style>
span { border-color: #BBF556; }
span { border-color: rgb(187,245,86); }
td.TdClassName
{
border-color: #BBF556;
}
.TagClassName
{
border-color: #BBF556;
}
</style>