Shades of Conifer #BBF354
Tints of Conifer #BBF354
RGB
CMYK
RGB Variations
Color information
#BBF354 (or 0xBBF354) is known color: Conifer. HEX triplet: BB, F3 and 54. RGB value is (187,243,84). Sum of RGB (Red+Green+Blue) = 187+243+84=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF354 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF354 is #440CAB. Grayscale: #D0D0D0. Windows color (decimal): -4459692 or 5567419. OLE color: 5567419.
HSL color Cylindrical-coordinate representation of color #BBF354: hue angle of 81.13º 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 #BBF354 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 84 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.05 |
| HSL | 81.13º | 0.87% | 0.64% | - |
| HSV(B) | 81.13º | 0.65% | 0.95% | - |
| XYZ | 54.14 | 75.31 | 20.07 | - |
| YUV | 208.13 | 57.95 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 84 | 0.23 | 0 | 0.65 | 0.05 | 81.13 | 0.87 | 0.64 |
| Hex | BB | F3 | 54 | 17 | 0 | 41 | 5 | 51 | 57 | 40 |
| Octal | 273 | 363 | 124 | 27 | 0 | 101 | 5 | 121 | 127 | 100 |
| Binary | 10111011 | 11110011 | 1010100 | 10111 | 0 | 1000001 | 101 | 1010001 | 1010111 | 1000000 |
Color Harmonies of #BBF354
Complementary color
Monochromatic Colors of #BBF354
Black with #BBF354
Text Example
Text Example
White with #BBF354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF354; }
p { color: rgb(187,243,84); }
H1.HeaderClassName
{
color: #BBF354;
}
.AnyTagClassName
{
color: #BBF354;
}
</style>
background-color css
<style>
a { background-color: #BBF354; }
a { background-color: rgb(187,243,84); }
div.DivClassName
{
background-color: #BBF354;
}
.BgClassName
{
background-color: #BBF354;
}
</style>
border-color css
<style>
span { border-color: #BBF354; }
span { border-color: rgb(187,243,84); }
td.TdClassName
{
border-color: #BBF354;
}
.TagClassName
{
border-color: #BBF354;
}
</style>