Shades of Conifer #BBF355
Tints of Conifer #BBF355
RGB
CMYK
RGB Variations
Color information
#BBF355 (or 0xBBF355) is known color: Conifer. HEX triplet: BB, F3 and 55. RGB value is (187,243,85). Sum of RGB (Red+Green+Blue) = 187+243+85=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF355 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF355 is #440CAA. Grayscale: #D0D0D0. Windows color (decimal): -4459691 or 5632955. OLE color: 5632955.
HSL color Cylindrical-coordinate representation of color #BBF355: hue angle of 81.27º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBF355 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 85 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.05 |
| HSL | 81.27º | 0.87% | 0.64% | - |
| HSV(B) | 81.27º | 0.65% | 0.95% | - |
| XYZ | 54.18 | 75.32 | 20.28 | - |
| YUV | 208.24 | 58.45 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 85 | 0.23 | 0 | 0.65 | 0.05 | 81.27 | 0.87 | 0.64 |
| Hex | BB | F3 | 55 | 17 | 0 | 41 | 5 | 51 | 57 | 40 |
| Octal | 273 | 363 | 125 | 27 | 0 | 101 | 5 | 121 | 127 | 100 |
| Binary | 10111011 | 11110011 | 1010101 | 10111 | 0 | 1000001 | 101 | 1010001 | 1010111 | 1000000 |
Color Harmonies of #BBF355
Complementary color
Monochromatic Colors of #BBF355
Black with #BBF355
Text Example
Text Example
White with #BBF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF355; }
p { color: rgb(187,243,85); }
H1.HeaderClassName
{
color: #BBF355;
}
.AnyTagClassName
{
color: #BBF355;
}
</style>
background-color css
<style>
a { background-color: #BBF355; }
a { background-color: rgb(187,243,85); }
div.DivClassName
{
background-color: #BBF355;
}
.BgClassName
{
background-color: #BBF355;
}
</style>
border-color css
<style>
span { border-color: #BBF355; }
span { border-color: rgb(187,243,85); }
td.TdClassName
{
border-color: #BBF355;
}
.TagClassName
{
border-color: #BBF355;
}
</style>