Shades of Conifer #BBF054
Tints of Conifer #BBF054
RGB
CMYK
RGB Variations
Color information
#BBF054 (or 0xBBF054) is known color: Conifer. HEX triplet: BB, F0 and 54. RGB value is (187,240,84). Sum of RGB (Red+Green+Blue) = 187+240+84=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF054 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF054 is #440FAB. Grayscale: #CECECE. Windows color (decimal): -4460460 or 5566651. OLE color: 5566651.
HSL color Cylindrical-coordinate representation of color #BBF054: hue angle of 80.38º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBF054 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 84 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.06 |
| HSL | 80.38º | 0.84% | 0.64% | - |
| HSV(B) | 80.38º | 0.65% | 0.94% | - |
| XYZ | 53.25 | 73.53 | 19.77 | - |
| YUV | 206.37 | 58.94 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 84 | 0.22 | 0 | 0.65 | 0.06 | 80.38 | 0.84 | 0.64 |
| Hex | BB | F0 | 54 | 16 | 0 | 41 | 6 | 50 | 54 | 40 |
| Octal | 273 | 360 | 124 | 26 | 0 | 101 | 6 | 120 | 124 | 100 |
| Binary | 10111011 | 11110000 | 1010100 | 10110 | 0 | 1000001 | 110 | 1010000 | 1010100 | 1000000 |
Color Harmonies of #BBF054
Complementary color
Monochromatic Colors of #BBF054
Black with #BBF054
Text Example
Text Example
White with #BBF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF054; }
p { color: rgb(187,240,84); }
H1.HeaderClassName
{
color: #BBF054;
}
.AnyTagClassName
{
color: #BBF054;
}
</style>
background-color css
<style>
a { background-color: #BBF054; }
a { background-color: rgb(187,240,84); }
div.DivClassName
{
background-color: #BBF054;
}
.BgClassName
{
background-color: #BBF054;
}
</style>
border-color css
<style>
span { border-color: #BBF054; }
span { border-color: rgb(187,240,84); }
td.TdClassName
{
border-color: #BBF054;
}
.TagClassName
{
border-color: #BBF054;
}
</style>