Shades of Conifer #BBF858
Tints of Conifer #BBF858
RGB
CMYK
RGB Variations
Color information
#BBF858 (or 0xBBF858) is known color: Conifer. HEX triplet: BB, F8 and 58. RGB value is (187,248,88). Sum of RGB (Red+Green+Blue) = 187+248+88=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF858 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF858 is #4407A7. Grayscale: #D4D4D4. Windows color (decimal): -4458408 or 5830843. OLE color: 5830843.
HSL color Cylindrical-coordinate representation of color #BBF858: hue angle of 82.88º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBF858 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 88 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.03 |
| HSL | 82.88º | 0.92% | 0.66% | - |
| HSV(B) | 82.88º | 0.65% | 0.97% | - |
| XYZ | 55.82 | 78.4 | 21.42 | - |
| YUV | 211.52 | 58.29 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 88 | 0.25 | 0 | 0.65 | 0.03 | 82.88 | 0.92 | 0.66 |
| Hex | BB | F8 | 58 | 19 | 0 | 41 | 3 | 53 | 5C | 42 |
| Octal | 273 | 370 | 130 | 31 | 0 | 101 | 3 | 123 | 134 | 102 |
| Binary | 10111011 | 11111000 | 1011000 | 11001 | 0 | 1000001 | 11 | 1010011 | 1011100 | 1000010 |
Color Harmonies of #BBF858
Complementary color
Monochromatic Colors of #BBF858
Black with #BBF858
Text Example
Text Example
White with #BBF858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF858; }
p { color: rgb(187,248,88); }
H1.HeaderClassName
{
color: #BBF858;
}
.AnyTagClassName
{
color: #BBF858;
}
</style>
background-color css
<style>
a { background-color: #BBF858; }
a { background-color: rgb(187,248,88); }
div.DivClassName
{
background-color: #BBF858;
}
.BgClassName
{
background-color: #BBF858;
}
</style>
border-color css
<style>
span { border-color: #BBF858; }
span { border-color: rgb(187,248,88); }
td.TdClassName
{
border-color: #BBF858;
}
.TagClassName
{
border-color: #BBF858;
}
</style>