Shades of Conifer #BBF353
Tints of Conifer #BBF353
RGB
CMYK
RGB Variations
Color information
#BBF353 (or 0xBBF353) is known color: Conifer. HEX triplet: BB, F3 and 53. RGB value is (187,243,83). Sum of RGB (Red+Green+Blue) = 187+243+83=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF353 is #440CAC. Grayscale: #D0D0D0. Windows color (decimal): -4459693 or 5501883. OLE color: 5501883.
HSL color Cylindrical-coordinate representation of color #BBF353: hue angle of 81º degrees, saturation: 0.87, 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 #BBF353 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 83 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.05 |
| HSL | 81º | 0.87% | 0.64% | - |
| HSV(B) | 81º | 0.66% | 0.95% | - |
| XYZ | 54.11 | 75.29 | 19.86 | - |
| YUV | 208.02 | 57.45 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 83 | 0.23 | 0 | 0.66 | 0.05 | 81 | 0.87 | 0.64 |
| Hex | BB | F3 | 53 | 17 | 0 | 42 | 5 | 51 | 57 | 40 |
| Octal | 273 | 363 | 123 | 27 | 0 | 102 | 5 | 121 | 127 | 100 |
| Binary | 10111011 | 11110011 | 1010011 | 10111 | 0 | 1000010 | 101 | 1010001 | 1010111 | 1000000 |
Color Harmonies of #BBF353
Complementary color
Monochromatic Colors of #BBF353
Black with #BBF353
Text Example
Text Example
White with #BBF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF353; }
p { color: rgb(187,243,83); }
H1.HeaderClassName
{
color: #BBF353;
}
.AnyTagClassName
{
color: #BBF353;
}
</style>
background-color css
<style>
a { background-color: #BBF353; }
a { background-color: rgb(187,243,83); }
div.DivClassName
{
background-color: #BBF353;
}
.BgClassName
{
background-color: #BBF353;
}
</style>
border-color css
<style>
span { border-color: #BBF353; }
span { border-color: rgb(187,243,83); }
td.TdClassName
{
border-color: #BBF353;
}
.TagClassName
{
border-color: #BBF353;
}
</style>