Shades of Conifer #BBF254
Tints of Conifer #BBF254
RGB
CMYK
RGB Variations
Color information
#BBF254 (or 0xBBF254) is known color: Conifer. HEX triplet: BB, F2 and 54. RGB value is (187,242,84). Sum of RGB (Red+Green+Blue) = 187+242+84=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF254 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF254 is #440DAB. Grayscale: #D0D0D0. Windows color (decimal): -4459948 or 5567163. OLE color: 5567163.
HSL color Cylindrical-coordinate representation of color #BBF254: hue angle of 80.89º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBF254 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 84 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.05 |
| HSL | 80.89º | 0.86% | 0.64% | - |
| HSV(B) | 80.89º | 0.65% | 0.95% | - |
| XYZ | 53.85 | 74.71 | 19.97 | - |
| YUV | 207.54 | 58.28 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 84 | 0.23 | 0 | 0.65 | 0.05 | 80.89 | 0.86 | 0.64 |
| Hex | BB | F2 | 54 | 17 | 0 | 41 | 5 | 51 | 56 | 40 |
| Octal | 273 | 362 | 124 | 27 | 0 | 101 | 5 | 121 | 126 | 100 |
| Binary | 10111011 | 11110010 | 1010100 | 10111 | 0 | 1000001 | 101 | 1010001 | 1010110 | 1000000 |
Color Harmonies of #BBF254
Complementary color
Monochromatic Colors of #BBF254
Black with #BBF254
Text Example
Text Example
White with #BBF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF254; }
p { color: rgb(187,242,84); }
H1.HeaderClassName
{
color: #BBF254;
}
.AnyTagClassName
{
color: #BBF254;
}
</style>
background-color css
<style>
a { background-color: #BBF254; }
a { background-color: rgb(187,242,84); }
div.DivClassName
{
background-color: #BBF254;
}
.BgClassName
{
background-color: #BBF254;
}
</style>
border-color css
<style>
span { border-color: #BBF254; }
span { border-color: rgb(187,242,84); }
td.TdClassName
{
border-color: #BBF254;
}
.TagClassName
{
border-color: #BBF254;
}
</style>