Shades of Conifer #BBF059
Tints of Conifer #BBF059
RGB
CMYK
RGB Variations
Color information
#BBF059 (or 0xBBF059) is known color: Conifer. HEX triplet: BB, F0 and 59. RGB value is (187,240,89). Sum of RGB (Red+Green+Blue) = 187+240+89=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF059 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF059 is #440FA6. Grayscale: #CFCFCF. Windows color (decimal): -4460455 or 5894331. OLE color: 5894331.
HSL color Cylindrical-coordinate representation of color #BBF059: hue angle of 81.06º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBF059 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 89 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.06 |
| HSL | 81.06º | 0.83% | 0.65% | - |
| HSV(B) | 81.06º | 0.63% | 0.94% | - |
| XYZ | 53.46 | 73.61 | 20.84 | - |
| YUV | 206.94 | 61.44 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 89 | 0.22 | 0 | 0.63 | 0.06 | 81.06 | 0.83 | 0.65 |
| Hex | BB | F0 | 59 | 16 | 0 | 3F | 6 | 51 | 53 | 41 |
| Octal | 273 | 360 | 131 | 26 | 0 | 77 | 6 | 121 | 123 | 101 |
| Binary | 10111011 | 11110000 | 1011001 | 10110 | 0 | 111111 | 110 | 1010001 | 1010011 | 1000001 |
Color Harmonies of #BBF059
Complementary color
Monochromatic Colors of #BBF059
Black with #BBF059
Text Example
Text Example
White with #BBF059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF059; }
p { color: rgb(187,240,89); }
H1.HeaderClassName
{
color: #BBF059;
}
.AnyTagClassName
{
color: #BBF059;
}
</style>
background-color css
<style>
a { background-color: #BBF059; }
a { background-color: rgb(187,240,89); }
div.DivClassName
{
background-color: #BBF059;
}
.BgClassName
{
background-color: #BBF059;
}
</style>
border-color css
<style>
span { border-color: #BBF059; }
span { border-color: rgb(187,240,89); }
td.TdClassName
{
border-color: #BBF059;
}
.TagClassName
{
border-color: #BBF059;
}
</style>