Shades of Conifer #BBFD5B
Tints of Conifer #BBFD5B
RGB
CMYK
RGB Variations
Color information
#BBFD5B (or 0xBBFD5B) is known color: Conifer. HEX triplet: BB, FD and 5B. RGB value is (187,253,91). Sum of RGB (Red+Green+Blue) = 187+253+91=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD5B is #4402A4. Grayscale: #D7D7D7. Windows color (decimal): -4457125 or 6028731. OLE color: 6028731.
HSL color Cylindrical-coordinate representation of color #BBFD5B: hue angle of 84.44º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBFD5B is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 91 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.01 |
| HSL | 84.44º | 0.98% | 0.67% | - |
| HSV(B) | 84.44º | 0.64% | 0.99% | - |
| XYZ | 57.51 | 81.57 | 22.61 | - |
| YUV | 214.8 | 58.13 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 91 | 0.26 | 0 | 0.64 | 0.01 | 84.44 | 0.98 | 0.67 |
| Hex | BB | FD | 5B | 1A | 0 | 40 | 1 | 54 | 62 | 43 |
| Octal | 273 | 375 | 133 | 32 | 0 | 100 | 1 | 124 | 142 | 103 |
| Binary | 10111011 | 11111101 | 1011011 | 11010 | 0 | 1000000 | 1 | 1010100 | 1100010 | 1000011 |
Color Harmonies of #BBFD5B
Complementary color
Monochromatic Colors of #BBFD5B
Black with #BBFD5B
Text Example
Text Example
White with #BBFD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFD5B; }
p { color: rgb(187,253,91); }
H1.HeaderClassName
{
color: #BBFD5B;
}
.AnyTagClassName
{
color: #BBFD5B;
}
</style>
background-color css
<style>
a { background-color: #BBFD5B; }
a { background-color: rgb(187,253,91); }
div.DivClassName
{
background-color: #BBFD5B;
}
.BgClassName
{
background-color: #BBFD5B;
}
</style>
border-color css
<style>
span { border-color: #BBFD5B; }
span { border-color: rgb(187,253,91); }
td.TdClassName
{
border-color: #BBFD5B;
}
.TagClassName
{
border-color: #BBFD5B;
}
</style>