Shades of Conifer #BBF256
Tints of Conifer #BBF256
RGB
CMYK
RGB Variations
Color information
#BBF256 (or 0xBBF256) is known color: Conifer. HEX triplet: BB, F2 and 56. RGB value is (187,242,86). Sum of RGB (Red+Green+Blue) = 187+242+86=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF256 is #440DA9. Grayscale: #D0D0D0. Windows color (decimal): -4459946 or 5698235. OLE color: 5698235.
HSL color Cylindrical-coordinate representation of color #BBF256: hue angle of 81.15º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBF256 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 86 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.05 |
| HSL | 81.15º | 0.86% | 0.64% | - |
| HSV(B) | 81.15º | 0.64% | 0.95% | - |
| XYZ | 53.93 | 74.74 | 20.39 | - |
| YUV | 207.77 | 59.28 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 86 | 0.23 | 0 | 0.64 | 0.05 | 81.15 | 0.86 | 0.64 |
| Hex | BB | F2 | 56 | 17 | 0 | 40 | 5 | 51 | 56 | 40 |
| Octal | 273 | 362 | 126 | 27 | 0 | 100 | 5 | 121 | 126 | 100 |
| Binary | 10111011 | 11110010 | 1010110 | 10111 | 0 | 1000000 | 101 | 1010001 | 1010110 | 1000000 |
Color Harmonies of #BBF256
Complementary color
Monochromatic Colors of #BBF256
Black with #BBF256
Text Example
Text Example
White with #BBF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF256; }
p { color: rgb(187,242,86); }
H1.HeaderClassName
{
color: #BBF256;
}
.AnyTagClassName
{
color: #BBF256;
}
</style>
background-color css
<style>
a { background-color: #BBF256; }
a { background-color: rgb(187,242,86); }
div.DivClassName
{
background-color: #BBF256;
}
.BgClassName
{
background-color: #BBF256;
}
</style>
border-color css
<style>
span { border-color: #BBF256; }
span { border-color: rgb(187,242,86); }
td.TdClassName
{
border-color: #BBF256;
}
.TagClassName
{
border-color: #BBF256;
}
</style>