Shades of Conifer #BBF560
Tints of Conifer #BBF560
RGB
CMYK
RGB Variations
Color information
#BBF560 (or 0xBBF560) is known color: Conifer. HEX triplet: BB, F5 and 60. RGB value is (187,245,96). Sum of RGB (Red+Green+Blue) = 187+245+96=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF560 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF560 is #440A9F. Grayscale: #D3D3D3. Windows color (decimal): -4459168 or 6354363. OLE color: 6354363.
HSL color Cylindrical-coordinate representation of color #BBF560: hue angle of 83.36º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBF560 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 96 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.04 |
| HSL | 83.36º | 0.88% | 0.67% | - |
| HSV(B) | 83.36º | 0.61% | 0.96% | - |
| XYZ | 55.26 | 76.71 | 22.96 | - |
| YUV | 210.67 | 63.28 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 96 | 0.24 | 0 | 0.61 | 0.04 | 83.36 | 0.88 | 0.67 |
| Hex | BB | F5 | 60 | 18 | 0 | 3D | 4 | 53 | 58 | 43 |
| Octal | 273 | 365 | 140 | 30 | 0 | 75 | 4 | 123 | 130 | 103 |
| Binary | 10111011 | 11110101 | 1100000 | 11000 | 0 | 111101 | 100 | 1010011 | 1011000 | 1000011 |
Color Harmonies of #BBF560
Complementary color
Monochromatic Colors of #BBF560
Black with #BBF560
Text Example
Text Example
White with #BBF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF560; }
p { color: rgb(187,245,96); }
H1.HeaderClassName
{
color: #BBF560;
}
.AnyTagClassName
{
color: #BBF560;
}
</style>
background-color css
<style>
a { background-color: #BBF560; }
a { background-color: rgb(187,245,96); }
div.DivClassName
{
background-color: #BBF560;
}
.BgClassName
{
background-color: #BBF560;
}
</style>
border-color css
<style>
span { border-color: #BBF560; }
span { border-color: rgb(187,245,96); }
td.TdClassName
{
border-color: #BBF560;
}
.TagClassName
{
border-color: #BBF560;
}
</style>