Shades of Conifer #BBF950
Tints of Conifer #BBF950
RGB
CMYK
RGB Variations
Color information
#BBF950 (or 0xBBF950) is known color: Conifer. HEX triplet: BB, F9 and 50. RGB value is (187,249,80). Sum of RGB (Red+Green+Blue) = 187+249+80=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF950 is #4406AF. Grayscale: #D3D3D3. Windows color (decimal): -4458160 or 5306811. OLE color: 5306811.
HSL color Cylindrical-coordinate representation of color #BBF950: hue angle of 82.01º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBF950 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 80 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.02 |
| HSL | 82.01º | 0.93% | 0.65% | - |
| HSV(B) | 82.01º | 0.68% | 0.98% | - |
| XYZ | 55.82 | 78.9 | 19.88 | - |
| YUV | 211.2 | 53.96 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 80 | 0.25 | 0 | 0.68 | 0.02 | 82.01 | 0.93 | 0.65 |
| Hex | BB | F9 | 50 | 19 | 0 | 44 | 2 | 52 | 5D | 41 |
| Octal | 273 | 371 | 120 | 31 | 0 | 104 | 2 | 122 | 135 | 101 |
| Binary | 10111011 | 11111001 | 1010000 | 11001 | 0 | 1000100 | 10 | 1010010 | 1011101 | 1000001 |
Color Harmonies of #BBF950
Complementary color
Monochromatic Colors of #BBF950
Black with #BBF950
Text Example
Text Example
White with #BBF950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF950; }
p { color: rgb(187,249,80); }
H1.HeaderClassName
{
color: #BBF950;
}
.AnyTagClassName
{
color: #BBF950;
}
</style>
background-color css
<style>
a { background-color: #BBF950; }
a { background-color: rgb(187,249,80); }
div.DivClassName
{
background-color: #BBF950;
}
.BgClassName
{
background-color: #BBF950;
}
</style>
border-color css
<style>
span { border-color: #BBF950; }
span { border-color: rgb(187,249,80); }
td.TdClassName
{
border-color: #BBF950;
}
.TagClassName
{
border-color: #BBF950;
}
</style>