Shades of Conifer #BBF549
Tints of Conifer #BBF549
RGB
CMYK
RGB Variations
Color information
#BBF549 (or 0xBBF549) is known color: Conifer. HEX triplet: BB, F5 and 49. RGB value is (187,245,73). Sum of RGB (Red+Green+Blue) = 187+245+73=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF549 is #440AB6. Grayscale: #D0D0D0. Windows color (decimal): -4459191 or 4847035. OLE color: 4847035.
HSL color Cylindrical-coordinate representation of color #BBF549: hue angle of 80.23º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBF549 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 73 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.04 |
| HSL | 80.23º | 0.9% | 0.62% | - |
| HSV(B) | 80.23º | 0.7% | 0.96% | - |
| XYZ | 54.35 | 76.35 | 18.18 | - |
| YUV | 208.05 | 51.78 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 73 | 0.24 | 0 | 0.70 | 0.04 | 80.23 | 0.9 | 0.62 |
| Hex | BB | F5 | 49 | 18 | 0 | 46 | 4 | 50 | 5A | 3E |
| Octal | 273 | 365 | 111 | 30 | 0 | 106 | 4 | 120 | 132 | 76 |
| Binary | 10111011 | 11110101 | 1001001 | 11000 | 0 | 1000110 | 100 | 1010000 | 1011010 | 111110 |
Color Harmonies of #BBF549
Complementary color
Monochromatic Colors of #BBF549
Black with #BBF549
Text Example
Text Example
White with #BBF549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF549; }
p { color: rgb(187,245,73); }
H1.HeaderClassName
{
color: #BBF549;
}
.AnyTagClassName
{
color: #BBF549;
}
</style>
background-color css
<style>
a { background-color: #BBF549; }
a { background-color: rgb(187,245,73); }
div.DivClassName
{
background-color: #BBF549;
}
.BgClassName
{
background-color: #BBF549;
}
</style>
border-color css
<style>
span { border-color: #BBF549; }
span { border-color: rgb(187,245,73); }
td.TdClassName
{
border-color: #BBF549;
}
.TagClassName
{
border-color: #BBF549;
}
</style>