Shades of Conifer #BBF153
Tints of Conifer #BBF153
RGB
CMYK
RGB Variations
Color information
#BBF153 (or 0xBBF153) is known color: Conifer. HEX triplet: BB, F1 and 53. RGB value is (187,241,83). Sum of RGB (Red+Green+Blue) = 187+241+83=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF153 is #440EAC. Grayscale: #CFCFCF. Windows color (decimal): -4460205 or 5501371. OLE color: 5501371.
HSL color Cylindrical-coordinate representation of color #BBF153: hue angle of 80.51º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBF153 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 83 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.05 |
| HSL | 80.51º | 0.85% | 0.64% | - |
| HSV(B) | 80.51º | 0.66% | 0.95% | - |
| XYZ | 53.51 | 74.1 | 19.67 | - |
| YUV | 206.84 | 58.11 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 83 | 0.22 | 0 | 0.66 | 0.05 | 80.51 | 0.85 | 0.64 |
| Hex | BB | F1 | 53 | 16 | 0 | 42 | 5 | 51 | 55 | 40 |
| Octal | 273 | 361 | 123 | 26 | 0 | 102 | 5 | 121 | 125 | 100 |
| Binary | 10111011 | 11110001 | 1010011 | 10110 | 0 | 1000010 | 101 | 1010001 | 1010101 | 1000000 |
Color Harmonies of #BBF153
Complementary color
Monochromatic Colors of #BBF153
Black with #BBF153
Text Example
Text Example
White with #BBF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF153; }
p { color: rgb(187,241,83); }
H1.HeaderClassName
{
color: #BBF153;
}
.AnyTagClassName
{
color: #BBF153;
}
</style>
background-color css
<style>
a { background-color: #BBF153; }
a { background-color: rgb(187,241,83); }
div.DivClassName
{
background-color: #BBF153;
}
.BgClassName
{
background-color: #BBF153;
}
</style>
border-color css
<style>
span { border-color: #BBF153; }
span { border-color: rgb(187,241,83); }
td.TdClassName
{
border-color: #BBF153;
}
.TagClassName
{
border-color: #BBF153;
}
</style>