Shades of Conifer #BBF251
Tints of Conifer #BBF251
RGB
CMYK
RGB Variations
Color information
#BBF251 (or 0xBBF251) is known color: Conifer. HEX triplet: BB, F2 and 51. RGB value is (187,242,81). Sum of RGB (Red+Green+Blue) = 187+242+81=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 81 (32.03% from 255 or 15.88% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF251 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF251 is #440DAE. Grayscale: #CFCFCF. Windows color (decimal): -4459951 or 5370555. OLE color: 5370555.
HSL color Cylindrical-coordinate representation of color #BBF251: hue angle of 80.5º 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 #BBF251 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 81 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.05 |
| HSL | 80.5º | 0.86% | 0.63% | - |
| HSV(B) | 80.5º | 0.67% | 0.95% | - |
| XYZ | 53.73 | 74.66 | 19.36 | - |
| YUV | 207.2 | 56.78 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 81 | 0.23 | 0 | 0.67 | 0.05 | 80.5 | 0.86 | 0.63 |
| Hex | BB | F2 | 51 | 17 | 0 | 43 | 5 | 50 | 56 | 3F |
| Octal | 273 | 362 | 121 | 27 | 0 | 103 | 5 | 120 | 126 | 77 |
| Binary | 10111011 | 11110010 | 1010001 | 10111 | 0 | 1000011 | 101 | 1010000 | 1010110 | 111111 |
Color Harmonies of #BBF251
Complementary color
Monochromatic Colors of #BBF251
Black with #BBF251
Text Example
Text Example
White with #BBF251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF251; }
p { color: rgb(187,242,81); }
H1.HeaderClassName
{
color: #BBF251;
}
.AnyTagClassName
{
color: #BBF251;
}
</style>
background-color css
<style>
a { background-color: #BBF251; }
a { background-color: rgb(187,242,81); }
div.DivClassName
{
background-color: #BBF251;
}
.BgClassName
{
background-color: #BBF251;
}
</style>
border-color css
<style>
span { border-color: #BBF251; }
span { border-color: rgb(187,242,81); }
td.TdClassName
{
border-color: #BBF251;
}
.TagClassName
{
border-color: #BBF251;
}
</style>