Shades of Conifer #BBF553
Tints of Conifer #BBF553
RGB
CMYK
RGB Variations
Color information
#BBF553 (or 0xBBF553) is known color: Conifer. HEX triplet: BB, F5 and 53. RGB value is (187,245,83). Sum of RGB (Red+Green+Blue) = 187+245+83=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF553 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF553 is #440AAC. Grayscale: #D1D1D1. Windows color (decimal): -4459181 or 5502395. OLE color: 5502395.
HSL color Cylindrical-coordinate representation of color #BBF553: hue angle of 81.48º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBF553 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 83 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.04 |
| HSL | 81.48º | 0.89% | 0.64% | - |
| HSV(B) | 81.48º | 0.66% | 0.96% | - |
| XYZ | 54.71 | 76.49 | 20.07 | - |
| YUV | 209.19 | 56.78 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 83 | 0.24 | 0 | 0.66 | 0.04 | 81.48 | 0.89 | 0.64 |
| Hex | BB | F5 | 53 | 18 | 0 | 42 | 4 | 51 | 59 | 40 |
| Octal | 273 | 365 | 123 | 30 | 0 | 102 | 4 | 121 | 131 | 100 |
| Binary | 10111011 | 11110101 | 1010011 | 11000 | 0 | 1000010 | 100 | 1010001 | 1011001 | 1000000 |
Color Harmonies of #BBF553
Complementary color
Monochromatic Colors of #BBF553
Black with #BBF553
Text Example
Text Example
White with #BBF553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF553; }
p { color: rgb(187,245,83); }
H1.HeaderClassName
{
color: #BBF553;
}
.AnyTagClassName
{
color: #BBF553;
}
</style>
background-color css
<style>
a { background-color: #BBF553; }
a { background-color: rgb(187,245,83); }
div.DivClassName
{
background-color: #BBF553;
}
.BgClassName
{
background-color: #BBF553;
}
</style>
border-color css
<style>
span { border-color: #BBF553; }
span { border-color: rgb(187,245,83); }
td.TdClassName
{
border-color: #BBF553;
}
.TagClassName
{
border-color: #BBF553;
}
</style>