Shades of Conifer #BBF561
Tints of Conifer #BBF561
RGB
CMYK
RGB Variations
Color information
#BBF561 (or 0xBBF561) is known color: Conifer. HEX triplet: BB, F5 and 61. RGB value is (187,245,97). Sum of RGB (Red+Green+Blue) = 187+245+97=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF561 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF561 is #440A9E. Grayscale: #D3D3D3. Windows color (decimal): -4459167 or 6419899. OLE color: 6419899.
HSL color Cylindrical-coordinate representation of color #BBF561: hue angle of 83.51º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBF561 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 97 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.04 |
| HSL | 83.51º | 0.88% | 0.67% | - |
| HSV(B) | 83.51º | 0.6% | 0.96% | - |
| XYZ | 55.3 | 76.73 | 23.21 | - |
| YUV | 210.79 | 63.78 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 97 | 0.24 | 0 | 0.60 | 0.04 | 83.51 | 0.88 | 0.67 |
| Hex | BB | F5 | 61 | 18 | 0 | 3C | 4 | 54 | 58 | 43 |
| Octal | 273 | 365 | 141 | 30 | 0 | 74 | 4 | 124 | 130 | 103 |
| Binary | 10111011 | 11110101 | 1100001 | 11000 | 0 | 111100 | 100 | 1010100 | 1011000 | 1000011 |
Color Harmonies of #BBF561
Complementary color
Monochromatic Colors of #BBF561
Black with #BBF561
Text Example
Text Example
White with #BBF561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF561; }
p { color: rgb(187,245,97); }
H1.HeaderClassName
{
color: #BBF561;
}
.AnyTagClassName
{
color: #BBF561;
}
</style>
background-color css
<style>
a { background-color: #BBF561; }
a { background-color: rgb(187,245,97); }
div.DivClassName
{
background-color: #BBF561;
}
.BgClassName
{
background-color: #BBF561;
}
</style>
border-color css
<style>
span { border-color: #BBF561; }
span { border-color: rgb(187,245,97); }
td.TdClassName
{
border-color: #BBF561;
}
.TagClassName
{
border-color: #BBF561;
}
</style>