Shades of Conifer #BBF661
Tints of Conifer #BBF661
RGB
CMYK
RGB Variations
Color information
#BBF661 (or 0xBBF661) is known color: Conifer. HEX triplet: BB, F6 and 61. RGB value is (187,246,97). Sum of RGB (Red+Green+Blue) = 187+246+97=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF661 is #44099E. Grayscale: #D3D3D3. Windows color (decimal): -4458911 or 6420155. OLE color: 6420155.
HSL color Cylindrical-coordinate representation of color #BBF661: hue angle of 83.76º degrees, saturation: 0.89, 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 #BBF661 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 97 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.04 |
| HSL | 83.76º | 0.89% | 0.67% | - |
| HSV(B) | 83.76º | 0.61% | 0.96% | - |
| XYZ | 55.61 | 77.34 | 23.31 | - |
| YUV | 211.37 | 63.45 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 97 | 0.24 | 0 | 0.61 | 0.04 | 83.76 | 0.89 | 0.67 |
| Hex | BB | F6 | 61 | 18 | 0 | 3D | 4 | 54 | 59 | 43 |
| Octal | 273 | 366 | 141 | 30 | 0 | 75 | 4 | 124 | 131 | 103 |
| Binary | 10111011 | 11110110 | 1100001 | 11000 | 0 | 111101 | 100 | 1010100 | 1011001 | 1000011 |
Color Harmonies of #BBF661
Complementary color
Monochromatic Colors of #BBF661
Black with #BBF661
Text Example
Text Example
White with #BBF661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF661; }
p { color: rgb(187,246,97); }
H1.HeaderClassName
{
color: #BBF661;
}
.AnyTagClassName
{
color: #BBF661;
}
</style>
background-color css
<style>
a { background-color: #BBF661; }
a { background-color: rgb(187,246,97); }
div.DivClassName
{
background-color: #BBF661;
}
.BgClassName
{
background-color: #BBF661;
}
</style>
border-color css
<style>
span { border-color: #BBF661; }
span { border-color: rgb(187,246,97); }
td.TdClassName
{
border-color: #BBF661;
}
.TagClassName
{
border-color: #BBF661;
}
</style>