Shades of Conifer #BBF958
Tints of Conifer #BBF958
RGB
CMYK
RGB Variations
Color information
#BBF958 (or 0xBBF958) is known color: Conifer. HEX triplet: BB, F9 and 58. RGB value is (187,249,88). Sum of RGB (Red+Green+Blue) = 187+249+88=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF958 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF958 is #4406A7. Grayscale: #D4D4D4. Windows color (decimal): -4458152 or 5831099. OLE color: 5831099.
HSL color Cylindrical-coordinate representation of color #BBF958: hue angle of 83.11º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBF958 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 88 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.02 |
| HSL | 83.11º | 0.93% | 0.66% | - |
| HSV(B) | 83.11º | 0.65% | 0.98% | - |
| XYZ | 56.13 | 79.02 | 21.53 | - |
| YUV | 212.11 | 57.96 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 88 | 0.25 | 0 | 0.65 | 0.02 | 83.11 | 0.93 | 0.66 |
| Hex | BB | F9 | 58 | 19 | 0 | 41 | 2 | 53 | 5D | 42 |
| Octal | 273 | 371 | 130 | 31 | 0 | 101 | 2 | 123 | 135 | 102 |
| Binary | 10111011 | 11111001 | 1011000 | 11001 | 0 | 1000001 | 10 | 1010011 | 1011101 | 1000010 |
Color Harmonies of #BBF958
Complementary color
Monochromatic Colors of #BBF958
Black with #BBF958
Text Example
Text Example
White with #BBF958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF958; }
p { color: rgb(187,249,88); }
H1.HeaderClassName
{
color: #BBF958;
}
.AnyTagClassName
{
color: #BBF958;
}
</style>
background-color css
<style>
a { background-color: #BBF958; }
a { background-color: rgb(187,249,88); }
div.DivClassName
{
background-color: #BBF958;
}
.BgClassName
{
background-color: #BBF958;
}
</style>
border-color css
<style>
span { border-color: #BBF958; }
span { border-color: rgb(187,249,88); }
td.TdClassName
{
border-color: #BBF958;
}
.TagClassName
{
border-color: #BBF958;
}
</style>