Shades of Conifer #BBFC56
Tints of Conifer #BBFC56
RGB
CMYK
RGB Variations
Color information
#BBFC56 (or 0xBBFC56) is known color: Conifer. HEX triplet: BB, FC and 56. RGB value is (187,252,86). Sum of RGB (Red+Green+Blue) = 187+252+86=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC56 is #4403A9. Grayscale: #D6D6D6. Windows color (decimal): -4457386 or 5700795. OLE color: 5700795.
HSL color Cylindrical-coordinate representation of color #BBFC56: hue angle of 83.49º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBFC56 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 86 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.01 |
| HSL | 83.49º | 0.97% | 0.66% | - |
| HSV(B) | 83.49º | 0.66% | 0.99% | - |
| XYZ | 56.98 | 80.86 | 21.41 | - |
| YUV | 213.64 | 55.97 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 86 | 0.26 | 0 | 0.66 | 0.01 | 83.49 | 0.97 | 0.66 |
| Hex | BB | FC | 56 | 1A | 0 | 42 | 1 | 53 | 61 | 42 |
| Octal | 273 | 374 | 126 | 32 | 0 | 102 | 1 | 123 | 141 | 102 |
| Binary | 10111011 | 11111100 | 1010110 | 11010 | 0 | 1000010 | 1 | 1010011 | 1100001 | 1000010 |
Color Harmonies of #BBFC56
Complementary color
Monochromatic Colors of #BBFC56
Black with #BBFC56
Text Example
Text Example
White with #BBFC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC56; }
p { color: rgb(187,252,86); }
H1.HeaderClassName
{
color: #BBFC56;
}
.AnyTagClassName
{
color: #BBFC56;
}
</style>
background-color css
<style>
a { background-color: #BBFC56; }
a { background-color: rgb(187,252,86); }
div.DivClassName
{
background-color: #BBFC56;
}
.BgClassName
{
background-color: #BBFC56;
}
</style>
border-color css
<style>
span { border-color: #BBFC56; }
span { border-color: rgb(187,252,86); }
td.TdClassName
{
border-color: #BBFC56;
}
.TagClassName
{
border-color: #BBFC56;
}
</style>