Shades of Conifer #BBF051
Tints of Conifer #BBF051
RGB
CMYK
RGB Variations
Color information
#BBF051 (or 0xBBF051) is known color: Conifer. HEX triplet: BB, F0 and 51. RGB value is (187,240,81). Sum of RGB (Red+Green+Blue) = 187+240+81=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF051 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF051 is #440FAE. Grayscale: #CECECE. Windows color (decimal): -4460463 or 5370043. OLE color: 5370043.
HSL color Cylindrical-coordinate representation of color #BBF051: hue angle of 80º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBF051 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 81 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.06 |
| HSL | 80º | 0.84% | 0.63% | - |
| HSV(B) | 80º | 0.66% | 0.94% | - |
| XYZ | 53.14 | 73.48 | 19.17 | - |
| YUV | 206.03 | 57.44 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 81 | 0.22 | 0 | 0.66 | 0.06 | 80 | 0.84 | 0.63 |
| Hex | BB | F0 | 51 | 16 | 0 | 42 | 6 | 50 | 54 | 3F |
| Octal | 273 | 360 | 121 | 26 | 0 | 102 | 6 | 120 | 124 | 77 |
| Binary | 10111011 | 11110000 | 1010001 | 10110 | 0 | 1000010 | 110 | 1010000 | 1010100 | 111111 |
Color Harmonies of #BBF051
Complementary color
Monochromatic Colors of #BBF051
Black with #BBF051
Text Example
Text Example
White with #BBF051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF051; }
p { color: rgb(187,240,81); }
H1.HeaderClassName
{
color: #BBF051;
}
.AnyTagClassName
{
color: #BBF051;
}
</style>
background-color css
<style>
a { background-color: #BBF051; }
a { background-color: rgb(187,240,81); }
div.DivClassName
{
background-color: #BBF051;
}
.BgClassName
{
background-color: #BBF051;
}
</style>
border-color css
<style>
span { border-color: #BBF051; }
span { border-color: rgb(187,240,81); }
td.TdClassName
{
border-color: #BBF051;
}
.TagClassName
{
border-color: #BBF051;
}
</style>