Shades of Conifer #BBF149
Tints of Conifer #BBF149
RGB
CMYK
RGB Variations
Color information
#BBF149 (or 0xBBF149) is known color: Conifer. HEX triplet: BB, F1 and 49. RGB value is (187,241,73). Sum of RGB (Red+Green+Blue) = 187+241+73=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 73 (28.91% from 255 or 14.57% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF149 is #440EB6. Grayscale: #CECECE. Windows color (decimal): -4460215 or 4846011. OLE color: 4846011.
HSL color Cylindrical-coordinate representation of color #BBF149: hue angle of 79.29º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBF149 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 73 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.05 |
| HSL | 79.29º | 0.86% | 0.62% | - |
| HSV(B) | 79.29º | 0.7% | 0.95% | - |
| XYZ | 53.15 | 73.96 | 17.78 | - |
| YUV | 205.7 | 53.11 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 73 | 0.22 | 0 | 0.70 | 0.05 | 79.29 | 0.86 | 0.62 |
| Hex | BB | F1 | 49 | 16 | 0 | 46 | 5 | 4F | 56 | 3E |
| Octal | 273 | 361 | 111 | 26 | 0 | 106 | 5 | 117 | 126 | 76 |
| Binary | 10111011 | 11110001 | 1001001 | 10110 | 0 | 1000110 | 101 | 1001111 | 1010110 | 111110 |
Color Harmonies of #BBF149
Complementary color
Monochromatic Colors of #BBF149
Black with #BBF149
Text Example
Text Example
White with #BBF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF149; }
p { color: rgb(187,241,73); }
H1.HeaderClassName
{
color: #BBF149;
}
.AnyTagClassName
{
color: #BBF149;
}
</style>
background-color css
<style>
a { background-color: #BBF149; }
a { background-color: rgb(187,241,73); }
div.DivClassName
{
background-color: #BBF149;
}
.BgClassName
{
background-color: #BBF149;
}
</style>
border-color css
<style>
span { border-color: #BBF149; }
span { border-color: rgb(187,241,73); }
td.TdClassName
{
border-color: #BBF149;
}
.TagClassName
{
border-color: #BBF149;
}
</style>