Shades of Conifer #BBFF55
Tints of Conifer #BBFF55
RGB
CMYK
RGB Variations
Color information
#BBFF55 (or 0xBBFF55) is known color: Conifer. HEX triplet: BB, FF and 55. RGB value is (187,255,85). Sum of RGB (Red+Green+Blue) = 187+255+85=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF55 is #4400AA. Grayscale: #D7D7D7. Windows color (decimal): -4456619 or 5636027. OLE color: 5636027.
HSL color Cylindrical-coordinate representation of color #BBFF55: hue angle of 84º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBFF55 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 85 | - |
| CMYK | 0.27 | 0 | 0.67 | 0 |
| HSL | 84º | 1% | 0.67% | - |
| HSV(B) | 84º | 0.67% | 1% | - |
| XYZ | 57.89 | 82.74 | 21.51 | - |
| YUV | 215.29 | 54.47 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 85 | 0.27 | 0 | 0.67 | 0 | 84 | 1 | 0.67 |
| Hex | BB | FF | 55 | 1B | 0 | 43 | 0 | 54 | 64 | 43 |
| Octal | 273 | 377 | 125 | 33 | 0 | 103 | 0 | 124 | 144 | 103 |
| Binary | 10111011 | 11111111 | 1010101 | 11011 | 0 | 1000011 | 0 | 1010100 | 1100100 | 1000011 |
Color Harmonies of #BBFF55
Complementary color
Monochromatic Colors of #BBFF55
Black with #BBFF55
Text Example
Text Example
White with #BBFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF55; }
p { color: rgb(187,255,85); }
H1.HeaderClassName
{
color: #BBFF55;
}
.AnyTagClassName
{
color: #BBFF55;
}
</style>
background-color css
<style>
a { background-color: #BBFF55; }
a { background-color: rgb(187,255,85); }
div.DivClassName
{
background-color: #BBFF55;
}
.BgClassName
{
background-color: #BBFF55;
}
</style>
border-color css
<style>
span { border-color: #BBFF55; }
span { border-color: rgb(187,255,85); }
td.TdClassName
{
border-color: #BBFF55;
}
.TagClassName
{
border-color: #BBFF55;
}
</style>