Shades of Conifer #BBF05B
Tints of Conifer #BBF05B
RGB
CMYK
RGB Variations
Color information
#BBF05B (or 0xBBF05B) is known color: Conifer. HEX triplet: BB, F0 and 5B. RGB value is (187,240,91). Sum of RGB (Red+Green+Blue) = 187+240+91=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF05B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF05B is #440FA4. Grayscale: #CFCFCF. Windows color (decimal): -4460453 or 6025403. OLE color: 6025403.
HSL color Cylindrical-coordinate representation of color #BBF05B: hue angle of 81.34º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBF05B is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 91 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.06 |
| HSL | 81.34º | 0.83% | 0.65% | - |
| HSV(B) | 81.34º | 0.62% | 0.94% | - |
| XYZ | 53.54 | 73.64 | 21.29 | - |
| YUV | 207.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 91 | 0.22 | 0 | 0.62 | 0.06 | 81.34 | 0.83 | 0.65 |
| Hex | BB | F0 | 5B | 16 | 0 | 3E | 6 | 51 | 53 | 41 |
| Octal | 273 | 360 | 133 | 26 | 0 | 76 | 6 | 121 | 123 | 101 |
| Binary | 10111011 | 11110000 | 1011011 | 10110 | 0 | 111110 | 110 | 1010001 | 1010011 | 1000001 |
Color Harmonies of #BBF05B
Complementary color
Monochromatic Colors of #BBF05B
Black with #BBF05B
Text Example
Text Example
White with #BBF05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF05B; }
p { color: rgb(187,240,91); }
H1.HeaderClassName
{
color: #BBF05B;
}
.AnyTagClassName
{
color: #BBF05B;
}
</style>
background-color css
<style>
a { background-color: #BBF05B; }
a { background-color: rgb(187,240,91); }
div.DivClassName
{
background-color: #BBF05B;
}
.BgClassName
{
background-color: #BBF05B;
}
</style>
border-color css
<style>
span { border-color: #BBF05B; }
span { border-color: rgb(187,240,91); }
td.TdClassName
{
border-color: #BBF05B;
}
.TagClassName
{
border-color: #BBF05B;
}
</style>