Shades of Conifer #BBF257
Tints of Conifer #BBF257
RGB
CMYK
RGB Variations
Color information
#BBF257 (or 0xBBF257) is known color: Conifer. HEX triplet: BB, F2 and 57. RGB value is (187,242,87). Sum of RGB (Red+Green+Blue) = 187+242+87=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 87 (34.38% from 255 or 16.86% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF257 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF257 is #440DA8. Grayscale: #D0D0D0. Windows color (decimal): -4459945 or 5763771. OLE color: 5763771.
HSL color Cylindrical-coordinate representation of color #BBF257: hue angle of 81.29º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBF257 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 87 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.05 |
| HSL | 81.29º | 0.86% | 0.65% | - |
| HSV(B) | 81.29º | 0.64% | 0.95% | - |
| XYZ | 53.97 | 74.76 | 20.6 | - |
| YUV | 207.89 | 59.78 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 87 | 0.23 | 0 | 0.64 | 0.05 | 81.29 | 0.86 | 0.65 |
| Hex | BB | F2 | 57 | 17 | 0 | 40 | 5 | 51 | 56 | 41 |
| Octal | 273 | 362 | 127 | 27 | 0 | 100 | 5 | 121 | 126 | 101 |
| Binary | 10111011 | 11110010 | 1010111 | 10111 | 0 | 1000000 | 101 | 1010001 | 1010110 | 1000001 |
Color Harmonies of #BBF257
Complementary color
Monochromatic Colors of #BBF257
Black with #BBF257
Text Example
Text Example
White with #BBF257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF257; }
p { color: rgb(187,242,87); }
H1.HeaderClassName
{
color: #BBF257;
}
.AnyTagClassName
{
color: #BBF257;
}
</style>
background-color css
<style>
a { background-color: #BBF257; }
a { background-color: rgb(187,242,87); }
div.DivClassName
{
background-color: #BBF257;
}
.BgClassName
{
background-color: #BBF257;
}
</style>
border-color css
<style>
span { border-color: #BBF257; }
span { border-color: rgb(187,242,87); }
td.TdClassName
{
border-color: #BBF257;
}
.TagClassName
{
border-color: #BBF257;
}
</style>