Shades of Conifer #BBF047
Tints of Conifer #BBF047
RGB
CMYK
RGB Variations
Color information
#BBF047 (or 0xBBF047) is known color: Conifer. HEX triplet: BB, F0 and 47. RGB value is (187,240,71). Sum of RGB (Red+Green+Blue) = 187+240+71=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 71 (28.12% from 255 or 14.26% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF047 is #440FB8. Grayscale: #CDCDCD. Windows color (decimal): -4460473 or 4714683. OLE color: 4714683.
HSL color Cylindrical-coordinate representation of color #BBF047: hue angle of 78.82º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBF047 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 71 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.06 |
| HSL | 78.82º | 0.85% | 0.61% | - |
| HSV(B) | 78.82º | 0.7% | 0.94% | - |
| XYZ | 52.79 | 73.34 | 17.33 | - |
| YUV | 204.89 | 52.44 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 71 | 0.22 | 0 | 0.70 | 0.06 | 78.82 | 0.85 | 0.61 |
| Hex | BB | F0 | 47 | 16 | 0 | 46 | 6 | 4F | 55 | 3D |
| Octal | 273 | 360 | 107 | 26 | 0 | 106 | 6 | 117 | 125 | 75 |
| Binary | 10111011 | 11110000 | 1000111 | 10110 | 0 | 1000110 | 110 | 1001111 | 1010101 | 111101 |
Color Harmonies of #BBF047
Complementary color
Monochromatic Colors of #BBF047
Black with #BBF047
Text Example
Text Example
White with #BBF047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF047; }
p { color: rgb(187,240,71); }
H1.HeaderClassName
{
color: #BBF047;
}
.AnyTagClassName
{
color: #BBF047;
}
</style>
background-color css
<style>
a { background-color: #BBF047; }
a { background-color: rgb(187,240,71); }
div.DivClassName
{
background-color: #BBF047;
}
.BgClassName
{
background-color: #BBF047;
}
</style>
border-color css
<style>
span { border-color: #BBF047; }
span { border-color: rgb(187,240,71); }
td.TdClassName
{
border-color: #BBF047;
}
.TagClassName
{
border-color: #BBF047;
}
</style>