Shades of Conifer #BBF552
Tints of Conifer #BBF552
RGB
CMYK
RGB Variations
Color information
#BBF552 (or 0xBBF552) is known color: Conifer. HEX triplet: BB, F5 and 52. RGB value is (187,245,82). Sum of RGB (Red+Green+Blue) = 187+245+82=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF552 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF552 is #440AAD. Grayscale: #D1D1D1. Windows color (decimal): -4459182 or 5436859. OLE color: 5436859.
HSL color Cylindrical-coordinate representation of color #BBF552: hue angle of 81.35º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBF552 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 82 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.04 |
| HSL | 81.35º | 0.89% | 0.64% | - |
| HSV(B) | 81.35º | 0.67% | 0.96% | - |
| XYZ | 54.67 | 76.48 | 19.86 | - |
| YUV | 209.08 | 56.28 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 82 | 0.24 | 0 | 0.67 | 0.04 | 81.35 | 0.89 | 0.64 |
| Hex | BB | F5 | 52 | 18 | 0 | 43 | 4 | 51 | 59 | 40 |
| Octal | 273 | 365 | 122 | 30 | 0 | 103 | 4 | 121 | 131 | 100 |
| Binary | 10111011 | 11110101 | 1010010 | 11000 | 0 | 1000011 | 100 | 1010001 | 1011001 | 1000000 |
Color Harmonies of #BBF552
Complementary color
Monochromatic Colors of #BBF552
Black with #BBF552
Text Example
Text Example
White with #BBF552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF552; }
p { color: rgb(187,245,82); }
H1.HeaderClassName
{
color: #BBF552;
}
.AnyTagClassName
{
color: #BBF552;
}
</style>
background-color css
<style>
a { background-color: #BBF552; }
a { background-color: rgb(187,245,82); }
div.DivClassName
{
background-color: #BBF552;
}
.BgClassName
{
background-color: #BBF552;
}
</style>
border-color css
<style>
span { border-color: #BBF552; }
span { border-color: rgb(187,245,82); }
td.TdClassName
{
border-color: #BBF552;
}
.TagClassName
{
border-color: #BBF552;
}
</style>