Shades of Conifer #BBF349
Tints of Conifer #BBF349
RGB
CMYK
RGB Variations
Color information
#BBF349 (or 0xBBF349) is known color: Conifer. HEX triplet: BB, F3 and 49. RGB value is (187,243,73). Sum of RGB (Red+Green+Blue) = 187+243+73=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF349 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF349 is #440CB6. Grayscale: #CFCFCF. Windows color (decimal): -4459703 or 4846523. OLE color: 4846523.
HSL color Cylindrical-coordinate representation of color #BBF349: hue angle of 79.76º degrees, saturation: 0.88, 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 #BBF349 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 73 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.05 |
| HSL | 79.76º | 0.88% | 0.62% | - |
| HSV(B) | 79.76º | 0.7% | 0.95% | - |
| XYZ | 53.75 | 75.15 | 17.98 | - |
| YUV | 206.88 | 52.45 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 73 | 0.23 | 0 | 0.70 | 0.05 | 79.76 | 0.88 | 0.62 |
| Hex | BB | F3 | 49 | 17 | 0 | 46 | 5 | 50 | 58 | 3E |
| Octal | 273 | 363 | 111 | 27 | 0 | 106 | 5 | 120 | 130 | 76 |
| Binary | 10111011 | 11110011 | 1001001 | 10111 | 0 | 1000110 | 101 | 1010000 | 1011000 | 111110 |
Color Harmonies of #BBF349
Complementary color
Monochromatic Colors of #BBF349
Black with #BBF349
Text Example
Text Example
White with #BBF349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF349; }
p { color: rgb(187,243,73); }
H1.HeaderClassName
{
color: #BBF349;
}
.AnyTagClassName
{
color: #BBF349;
}
</style>
background-color css
<style>
a { background-color: #BBF349; }
a { background-color: rgb(187,243,73); }
div.DivClassName
{
background-color: #BBF349;
}
.BgClassName
{
background-color: #BBF349;
}
</style>
border-color css
<style>
span { border-color: #BBF349; }
span { border-color: rgb(187,243,73); }
td.TdClassName
{
border-color: #BBF349;
}
.TagClassName
{
border-color: #BBF349;
}
</style>