Shades of Conifer #BBF557
Tints of Conifer #BBF557
RGB
CMYK
RGB Variations
Color information
#BBF557 (or 0xBBF557) is known color: Conifer. HEX triplet: BB, F5 and 57. RGB value is (187,245,87). Sum of RGB (Red+Green+Blue) = 187+245+87=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 87 (34.38% from 255 or 16.76% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF557 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF557 is #440AA8. Grayscale: #D2D2D2. Windows color (decimal): -4459177 or 5764539. OLE color: 5764539.
HSL color Cylindrical-coordinate representation of color #BBF557: hue angle of 82.03º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBF557 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 87 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.04 |
| HSL | 82.03º | 0.89% | 0.65% | - |
| HSV(B) | 82.03º | 0.64% | 0.96% | - |
| XYZ | 54.87 | 76.56 | 20.9 | - |
| YUV | 209.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 87 | 0.24 | 0 | 0.64 | 0.04 | 82.03 | 0.89 | 0.65 |
| Hex | BB | F5 | 57 | 18 | 0 | 40 | 4 | 52 | 59 | 41 |
| Octal | 273 | 365 | 127 | 30 | 0 | 100 | 4 | 122 | 131 | 101 |
| Binary | 10111011 | 11110101 | 1010111 | 11000 | 0 | 1000000 | 100 | 1010010 | 1011001 | 1000001 |
Color Harmonies of #BBF557
Complementary color
Monochromatic Colors of #BBF557
Black with #BBF557
Text Example
Text Example
White with #BBF557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF557; }
p { color: rgb(187,245,87); }
H1.HeaderClassName
{
color: #BBF557;
}
.AnyTagClassName
{
color: #BBF557;
}
</style>
background-color css
<style>
a { background-color: #BBF557; }
a { background-color: rgb(187,245,87); }
div.DivClassName
{
background-color: #BBF557;
}
.BgClassName
{
background-color: #BBF557;
}
</style>
border-color css
<style>
span { border-color: #BBF557; }
span { border-color: rgb(187,245,87); }
td.TdClassName
{
border-color: #BBF557;
}
.TagClassName
{
border-color: #BBF557;
}
</style>