Shades of Conifer #BBFF58
Tints of Conifer #BBFF58
RGB
CMYK
RGB Variations
Color information
#BBFF58 (or 0xBBFF58) is known color: Conifer. HEX triplet: BB, FF and 58. RGB value is (187,255,88). Sum of RGB (Red+Green+Blue) = 187+255+88=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 88 (34.77% from 255 or 16.60% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF58 is #4400A7. Grayscale: #D8D8D8. Windows color (decimal): -4456616 or 5832635. OLE color: 5832635.
HSL color Cylindrical-coordinate representation of color #BBFF58: hue angle of 84.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBFF58 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 88 | - |
| CMYK | 0.27 | 0 | 0.65 | 0 |
| HSL | 84.43º | 1% | 0.67% | - |
| HSV(B) | 84.43º | 0.65% | 1% | - |
| XYZ | 58.01 | 82.79 | 22.15 | - |
| YUV | 215.63 | 55.97 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 88 | 0.27 | 0 | 0.65 | 0 | 84.43 | 1 | 0.67 |
| Hex | BB | FF | 58 | 1B | 0 | 41 | 0 | 54 | 64 | 43 |
| Octal | 273 | 377 | 130 | 33 | 0 | 101 | 0 | 124 | 144 | 103 |
| Binary | 10111011 | 11111111 | 1011000 | 11011 | 0 | 1000001 | 0 | 1010100 | 1100100 | 1000011 |
Color Harmonies of #BBFF58
Complementary color
Monochromatic Colors of #BBFF58
Black with #BBFF58
Text Example
Text Example
White with #BBFF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF58; }
p { color: rgb(187,255,88); }
H1.HeaderClassName
{
color: #BBFF58;
}
.AnyTagClassName
{
color: #BBFF58;
}
</style>
background-color css
<style>
a { background-color: #BBFF58; }
a { background-color: rgb(187,255,88); }
div.DivClassName
{
background-color: #BBFF58;
}
.BgClassName
{
background-color: #BBFF58;
}
</style>
border-color css
<style>
span { border-color: #BBFF58; }
span { border-color: rgb(187,255,88); }
td.TdClassName
{
border-color: #BBFF58;
}
.TagClassName
{
border-color: #BBFF58;
}
</style>