Shades of Conifer #BBF048
Tints of Conifer #BBF048
RGB
CMYK
RGB Variations
Color information
#BBF048 (or 0xBBF048) is known color: Conifer. HEX triplet: BB, F0 and 48. RGB value is (187,240,72). Sum of RGB (Red+Green+Blue) = 187+240+72=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 72 (28.52% from 255 or 14.43% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF048 is #440FB7. Grayscale: #CDCDCD. Windows color (decimal): -4460472 or 4780219. OLE color: 4780219.
HSL color Cylindrical-coordinate representation of color #BBF048: hue angle of 78.93º 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 #BBF048 is Cyan = 0.22, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 72 | - |
| CMYK | 0.22 | 0 | 0.7 | 0.06 |
| HSL | 78.93º | 0.85% | 0.61% | - |
| HSV(B) | 78.93º | 0.7% | 0.94% | - |
| XYZ | 52.82 | 73.35 | 17.51 | - |
| YUV | 205 | 52.94 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 72 | 0.22 | 0 | 0.7 | 0.06 | 78.93 | 0.85 | 0.61 |
| Hex | BB | F0 | 48 | 16 | 0 | 46 | 6 | 4F | 55 | 3D |
| Octal | 273 | 360 | 110 | 26 | 0 | 106 | 6 | 117 | 125 | 75 |
| Binary | 10111011 | 11110000 | 1001000 | 10110 | 0 | 1000110 | 110 | 1001111 | 1010101 | 111101 |
Color Harmonies of #BBF048
Complementary color
Monochromatic Colors of #BBF048
Black with #BBF048
Text Example
Text Example
White with #BBF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF048; }
p { color: rgb(187,240,72); }
H1.HeaderClassName
{
color: #BBF048;
}
.AnyTagClassName
{
color: #BBF048;
}
</style>
background-color css
<style>
a { background-color: #BBF048; }
a { background-color: rgb(187,240,72); }
div.DivClassName
{
background-color: #BBF048;
}
.BgClassName
{
background-color: #BBF048;
}
</style>
border-color css
<style>
span { border-color: #BBF048; }
span { border-color: rgb(187,240,72); }
td.TdClassName
{
border-color: #BBF048;
}
.TagClassName
{
border-color: #BBF048;
}
</style>