Shades of Conifer #BBF359
Tints of Conifer #BBF359
RGB
CMYK
RGB Variations
Color information
#BBF359 (or 0xBBF359) is known color: Conifer. HEX triplet: BB, F3 and 59. RGB value is (187,243,89). Sum of RGB (Red+Green+Blue) = 187+243+89=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF359 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF359 is #440CA6. Grayscale: #D1D1D1. Windows color (decimal): -4459687 or 5895099. OLE color: 5895099.
HSL color Cylindrical-coordinate representation of color #BBF359: hue angle of 81.82º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBF359 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 89 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.05 |
| HSL | 81.82º | 0.87% | 0.65% | - |
| HSV(B) | 81.82º | 0.63% | 0.95% | - |
| XYZ | 54.35 | 75.39 | 21.14 | - |
| YUV | 208.7 | 60.45 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 89 | 0.23 | 0 | 0.63 | 0.05 | 81.82 | 0.87 | 0.65 |
| Hex | BB | F3 | 59 | 17 | 0 | 3F | 5 | 52 | 57 | 41 |
| Octal | 273 | 363 | 131 | 27 | 0 | 77 | 5 | 122 | 127 | 101 |
| Binary | 10111011 | 11110011 | 1011001 | 10111 | 0 | 111111 | 101 | 1010010 | 1010111 | 1000001 |
Color Harmonies of #BBF359
Complementary color
Monochromatic Colors of #BBF359
Black with #BBF359
Text Example
Text Example
White with #BBF359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF359; }
p { color: rgb(187,243,89); }
H1.HeaderClassName
{
color: #BBF359;
}
.AnyTagClassName
{
color: #BBF359;
}
</style>
background-color css
<style>
a { background-color: #BBF359; }
a { background-color: rgb(187,243,89); }
div.DivClassName
{
background-color: #BBF359;
}
.BgClassName
{
background-color: #BBF359;
}
</style>
border-color css
<style>
span { border-color: #BBF359; }
span { border-color: rgb(187,243,89); }
td.TdClassName
{
border-color: #BBF359;
}
.TagClassName
{
border-color: #BBF359;
}
</style>