Shades of Conifer #BBF550
Tints of Conifer #BBF550
RGB
CMYK
RGB Variations
Color information
#BBF550 (or 0xBBF550) is known color: Conifer. HEX triplet: BB, F5 and 50. RGB value is (187,245,80). Sum of RGB (Red+Green+Blue) = 187+245+80=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF550 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF550 is #440AAF. Grayscale: #D1D1D1. Windows color (decimal): -4459184 or 5305787. OLE color: 5305787.
HSL color Cylindrical-coordinate representation of color #BBF550: hue angle of 81.09º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBF550 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 80 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.04 |
| HSL | 81.09º | 0.89% | 0.64% | - |
| HSV(B) | 81.09º | 0.67% | 0.96% | - |
| XYZ | 54.59 | 76.45 | 19.47 | - |
| YUV | 208.85 | 55.28 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 80 | 0.24 | 0 | 0.67 | 0.04 | 81.09 | 0.89 | 0.64 |
| Hex | BB | F5 | 50 | 18 | 0 | 43 | 4 | 51 | 59 | 40 |
| Octal | 273 | 365 | 120 | 30 | 0 | 103 | 4 | 121 | 131 | 100 |
| Binary | 10111011 | 11110101 | 1010000 | 11000 | 0 | 1000011 | 100 | 1010001 | 1011001 | 1000000 |
Color Harmonies of #BBF550
Complementary color
Monochromatic Colors of #BBF550
Black with #BBF550
Text Example
Text Example
White with #BBF550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF550; }
p { color: rgb(187,245,80); }
H1.HeaderClassName
{
color: #BBF550;
}
.AnyTagClassName
{
color: #BBF550;
}
</style>
background-color css
<style>
a { background-color: #BBF550; }
a { background-color: rgb(187,245,80); }
div.DivClassName
{
background-color: #BBF550;
}
.BgClassName
{
background-color: #BBF550;
}
</style>
border-color css
<style>
span { border-color: #BBF550; }
span { border-color: rgb(187,245,80); }
td.TdClassName
{
border-color: #BBF550;
}
.TagClassName
{
border-color: #BBF550;
}
</style>