Shades of Conifer #BBFC5D
Tints of Conifer #BBFC5D
RGB
CMYK
RGB Variations
Color information
#BBFC5D (or 0xBBFC5D) is known color: Conifer. HEX triplet: BB, FC and 5D. RGB value is (187,252,93). Sum of RGB (Red+Green+Blue) = 187+252+93=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC5D is #4403A2. Grayscale: #D7D7D7. Windows color (decimal): -4457379 or 6159547. OLE color: 6159547.
HSL color Cylindrical-coordinate representation of color #BBFC5D: hue angle of 84.53º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBFC5D is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 93 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.01 |
| HSL | 84.53º | 0.96% | 0.68% | - |
| HSV(B) | 84.53º | 0.63% | 0.99% | - |
| XYZ | 57.28 | 80.98 | 22.97 | - |
| YUV | 214.44 | 59.47 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 93 | 0.26 | 0 | 0.63 | 0.01 | 84.53 | 0.96 | 0.68 |
| Hex | BB | FC | 5D | 1A | 0 | 3F | 1 | 55 | 60 | 44 |
| Octal | 273 | 374 | 135 | 32 | 0 | 77 | 1 | 125 | 140 | 104 |
| Binary | 10111011 | 11111100 | 1011101 | 11010 | 0 | 111111 | 1 | 1010101 | 1100000 | 1000100 |
Color Harmonies of #BBFC5D
Complementary color
Monochromatic Colors of #BBFC5D
Black with #BBFC5D
Text Example
Text Example
White with #BBFC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC5D; }
p { color: rgb(187,252,93); }
H1.HeaderClassName
{
color: #BBFC5D;
}
.AnyTagClassName
{
color: #BBFC5D;
}
</style>
background-color css
<style>
a { background-color: #BBFC5D; }
a { background-color: rgb(187,252,93); }
div.DivClassName
{
background-color: #BBFC5D;
}
.BgClassName
{
background-color: #BBFC5D;
}
</style>
border-color css
<style>
span { border-color: #BBFC5D; }
span { border-color: rgb(187,252,93); }
td.TdClassName
{
border-color: #BBFC5D;
}
.TagClassName
{
border-color: #BBFC5D;
}
</style>