Shades of Conifer #BBF55B
Tints of Conifer #BBF55B
RGB
CMYK
RGB Variations
Color information
#BBF55B (or 0xBBF55B) is known color: Conifer. HEX triplet: BB, F5 and 5B. RGB value is (187,245,91). Sum of RGB (Red+Green+Blue) = 187+245+91=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF55B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF55B is #440AA4. Grayscale: #D2D2D2. Windows color (decimal): -4459173 or 6026683. OLE color: 6026683.
HSL color Cylindrical-coordinate representation of color #BBF55B: hue angle of 82.6º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBF55B is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 91 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.04 |
| HSL | 82.6º | 0.89% | 0.66% | - |
| HSV(B) | 82.6º | 0.63% | 0.96% | - |
| XYZ | 55.03 | 76.62 | 21.79 | - |
| YUV | 210.1 | 60.78 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 91 | 0.24 | 0 | 0.63 | 0.04 | 82.6 | 0.89 | 0.66 |
| Hex | BB | F5 | 5B | 18 | 0 | 3F | 4 | 53 | 59 | 42 |
| Octal | 273 | 365 | 133 | 30 | 0 | 77 | 4 | 123 | 131 | 102 |
| Binary | 10111011 | 11110101 | 1011011 | 11000 | 0 | 111111 | 100 | 1010011 | 1011001 | 1000010 |
Color Harmonies of #BBF55B
Complementary color
Monochromatic Colors of #BBF55B
Black with #BBF55B
Text Example
Text Example
White with #BBF55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF55B; }
p { color: rgb(187,245,91); }
H1.HeaderClassName
{
color: #BBF55B;
}
.AnyTagClassName
{
color: #BBF55B;
}
</style>
background-color css
<style>
a { background-color: #BBF55B; }
a { background-color: rgb(187,245,91); }
div.DivClassName
{
background-color: #BBF55B;
}
.BgClassName
{
background-color: #BBF55B;
}
</style>
border-color css
<style>
span { border-color: #BBF55B; }
span { border-color: rgb(187,245,91); }
td.TdClassName
{
border-color: #BBF55B;
}
.TagClassName
{
border-color: #BBF55B;
}
</style>