Shades of Conifer #BBF250
Tints of Conifer #BBF250
RGB
CMYK
RGB Variations
Color information
#BBF250 (or 0xBBF250) is known color: Conifer. HEX triplet: BB, F2 and 50. RGB value is (187,242,80). Sum of RGB (Red+Green+Blue) = 187+242+80=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF250 is #440DAF. Grayscale: #CFCFCF. Windows color (decimal): -4459952 or 5305019. OLE color: 5305019.
HSL color Cylindrical-coordinate representation of color #BBF250: hue angle of 80.37º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBF250 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 80 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.05 |
| HSL | 80.37º | 0.86% | 0.63% | - |
| HSV(B) | 80.37º | 0.67% | 0.95% | - |
| XYZ | 53.69 | 74.65 | 19.17 | - |
| YUV | 207.09 | 56.28 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 80 | 0.23 | 0 | 0.67 | 0.05 | 80.37 | 0.86 | 0.63 |
| Hex | BB | F2 | 50 | 17 | 0 | 43 | 5 | 50 | 56 | 3F |
| Octal | 273 | 362 | 120 | 27 | 0 | 103 | 5 | 120 | 126 | 77 |
| Binary | 10111011 | 11110010 | 1010000 | 10111 | 0 | 1000011 | 101 | 1010000 | 1010110 | 111111 |
Color Harmonies of #BBF250
Complementary color
Monochromatic Colors of #BBF250
Black with #BBF250
Text Example
Text Example
White with #BBF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF250; }
p { color: rgb(187,242,80); }
H1.HeaderClassName
{
color: #BBF250;
}
.AnyTagClassName
{
color: #BBF250;
}
</style>
background-color css
<style>
a { background-color: #BBF250; }
a { background-color: rgb(187,242,80); }
div.DivClassName
{
background-color: #BBF250;
}
.BgClassName
{
background-color: #BBF250;
}
</style>
border-color css
<style>
span { border-color: #BBF250; }
span { border-color: rgb(187,242,80); }
td.TdClassName
{
border-color: #BBF250;
}
.TagClassName
{
border-color: #BBF250;
}
</style>