Shades of Conifer #BBFF5A
Tints of Conifer #BBFF5A
RGB
CMYK
RGB Variations
Color information
#BBFF5A (or 0xBBFF5A) is known color: Conifer. HEX triplet: BB, FF and 5A. RGB value is (187,255,90). Sum of RGB (Red+Green+Blue) = 187+255+90=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF5A is #4400A5. Grayscale: #D8D8D8. Windows color (decimal): -4456614 or 5963707. OLE color: 5963707.
HSL color Cylindrical-coordinate representation of color #BBFF5A: hue angle of 84.73º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBFF5A is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 90 | - |
| CMYK | 0.27 | 0 | 0.65 | 0 |
| HSL | 84.73º | 1% | 0.68% | - |
| HSV(B) | 84.73º | 0.65% | 1% | - |
| XYZ | 58.1 | 82.82 | 22.6 | - |
| YUV | 215.86 | 56.97 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 90 | 0.27 | 0 | 0.65 | 0 | 84.73 | 1 | 0.68 |
| Hex | BB | FF | 5A | 1B | 0 | 41 | 0 | 55 | 64 | 44 |
| Octal | 273 | 377 | 132 | 33 | 0 | 101 | 0 | 125 | 144 | 104 |
| Binary | 10111011 | 11111111 | 1011010 | 11011 | 0 | 1000001 | 0 | 1010101 | 1100100 | 1000100 |
Color Harmonies of #BBFF5A
Complementary color
Monochromatic Colors of #BBFF5A
Black with #BBFF5A
Text Example
Text Example
White with #BBFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF5A; }
p { color: rgb(187,255,90); }
H1.HeaderClassName
{
color: #BBFF5A;
}
.AnyTagClassName
{
color: #BBFF5A;
}
</style>
background-color css
<style>
a { background-color: #BBFF5A; }
a { background-color: rgb(187,255,90); }
div.DivClassName
{
background-color: #BBFF5A;
}
.BgClassName
{
background-color: #BBFF5A;
}
</style>
border-color css
<style>
span { border-color: #BBFF5A; }
span { border-color: rgb(187,255,90); }
td.TdClassName
{
border-color: #BBFF5A;
}
.TagClassName
{
border-color: #BBFF5A;
}
</style>