Shades of Conifer #BBF547
Tints of Conifer #BBF547
RGB
CMYK
RGB Variations
Color information
#BBF547 (or 0xBBF547) is known color: Conifer. HEX triplet: BB, F5 and 47. RGB value is (187,245,71). Sum of RGB (Red+Green+Blue) = 187+245+71=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF547 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF547 is #440AB8. Grayscale: #D0D0D0. Windows color (decimal): -4459193 or 4715963. OLE color: 4715963.
HSL color Cylindrical-coordinate representation of color #BBF547: hue angle of 80º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBF547 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 71 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.04 |
| HSL | 80º | 0.9% | 0.62% | - |
| HSV(B) | 80º | 0.71% | 0.96% | - |
| XYZ | 54.28 | 76.32 | 17.83 | - |
| YUV | 207.82 | 50.78 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 71 | 0.24 | 0 | 0.71 | 0.04 | 80 | 0.9 | 0.62 |
| Hex | BB | F5 | 47 | 18 | 0 | 47 | 4 | 50 | 5A | 3E |
| Octal | 273 | 365 | 107 | 30 | 0 | 107 | 4 | 120 | 132 | 76 |
| Binary | 10111011 | 11110101 | 1000111 | 11000 | 0 | 1000111 | 100 | 1010000 | 1011010 | 111110 |
Color Harmonies of #BBF547
Complementary color
Monochromatic Colors of #BBF547
Black with #BBF547
Text Example
Text Example
White with #BBF547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF547; }
p { color: rgb(187,245,71); }
H1.HeaderClassName
{
color: #BBF547;
}
.AnyTagClassName
{
color: #BBF547;
}
</style>
background-color css
<style>
a { background-color: #BBF547; }
a { background-color: rgb(187,245,71); }
div.DivClassName
{
background-color: #BBF547;
}
.BgClassName
{
background-color: #BBF547;
}
</style>
border-color css
<style>
span { border-color: #BBF547; }
span { border-color: rgb(187,245,71); }
td.TdClassName
{
border-color: #BBF547;
}
.TagClassName
{
border-color: #BBF547;
}
</style>