Shades of Conifer #BBF558
Tints of Conifer #BBF558
RGB
CMYK
RGB Variations
Color information
#BBF558 (or 0xBBF558) is known color: Conifer. HEX triplet: BB, F5 and 58. RGB value is (187,245,88). Sum of RGB (Red+Green+Blue) = 187+245+88=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF558 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF558 is #440AA7. Grayscale: #D2D2D2. Windows color (decimal): -4459176 or 5830075. OLE color: 5830075.
HSL color Cylindrical-coordinate representation of color #BBF558: hue angle of 82.17º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBF558 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 88 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.04 |
| HSL | 82.17º | 0.89% | 0.65% | - |
| HSV(B) | 82.17º | 0.64% | 0.96% | - |
| XYZ | 54.91 | 76.57 | 21.12 | - |
| YUV | 209.76 | 59.28 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 88 | 0.24 | 0 | 0.64 | 0.04 | 82.17 | 0.89 | 0.65 |
| Hex | BB | F5 | 58 | 18 | 0 | 40 | 4 | 52 | 59 | 41 |
| Octal | 273 | 365 | 130 | 30 | 0 | 100 | 4 | 122 | 131 | 101 |
| Binary | 10111011 | 11110101 | 1011000 | 11000 | 0 | 1000000 | 100 | 1010010 | 1011001 | 1000001 |
Color Harmonies of #BBF558
Complementary color
Monochromatic Colors of #BBF558
Black with #BBF558
Text Example
Text Example
White with #BBF558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF558; }
p { color: rgb(187,245,88); }
H1.HeaderClassName
{
color: #BBF558;
}
.AnyTagClassName
{
color: #BBF558;
}
</style>
background-color css
<style>
a { background-color: #BBF558; }
a { background-color: rgb(187,245,88); }
div.DivClassName
{
background-color: #BBF558;
}
.BgClassName
{
background-color: #BBF558;
}
</style>
border-color css
<style>
span { border-color: #BBF558; }
span { border-color: rgb(187,245,88); }
td.TdClassName
{
border-color: #BBF558;
}
.TagClassName
{
border-color: #BBF558;
}
</style>