Shades of Conifer #BBF648
Tints of Conifer #BBF648
RGB
CMYK
RGB Variations
Color information
#BBF648 (or 0xBBF648) is known color: Conifer. HEX triplet: BB, F6 and 48. RGB value is (187,246,72). Sum of RGB (Red+Green+Blue) = 187+246+72=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF648 is #4409B7. Grayscale: #D1D1D1. Windows color (decimal): -4458936 or 4781755. OLE color: 4781755.
HSL color Cylindrical-coordinate representation of color #BBF648: hue angle of 80.34º degrees, saturation: 0.91, 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 #BBF648 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 72 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.04 |
| HSL | 80.34º | 0.91% | 0.62% | - |
| HSV(B) | 80.34º | 0.71% | 0.96% | - |
| XYZ | 54.62 | 76.94 | 18.1 | - |
| YUV | 208.52 | 50.95 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 72 | 0.24 | 0 | 0.71 | 0.04 | 80.34 | 0.91 | 0.62 |
| Hex | BB | F6 | 48 | 18 | 0 | 47 | 4 | 50 | 5B | 3E |
| Octal | 273 | 366 | 110 | 30 | 0 | 107 | 4 | 120 | 133 | 76 |
| Binary | 10111011 | 11110110 | 1001000 | 11000 | 0 | 1000111 | 100 | 1010000 | 1011011 | 111110 |
Color Harmonies of #BBF648
Complementary color
Monochromatic Colors of #BBF648
Black with #BBF648
Text Example
Text Example
White with #BBF648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF648; }
p { color: rgb(187,246,72); }
H1.HeaderClassName
{
color: #BBF648;
}
.AnyTagClassName
{
color: #BBF648;
}
</style>
background-color css
<style>
a { background-color: #BBF648; }
a { background-color: rgb(187,246,72); }
div.DivClassName
{
background-color: #BBF648;
}
.BgClassName
{
background-color: #BBF648;
}
</style>
border-color css
<style>
span { border-color: #BBF648; }
span { border-color: rgb(187,246,72); }
td.TdClassName
{
border-color: #BBF648;
}
.TagClassName
{
border-color: #BBF648;
}
</style>