Shades of Conifer #BBFE5D
Tints of Conifer #BBFE5D
RGB
CMYK
RGB Variations
Color information
#BBFE5D (or 0xBBFE5D) is known color: Conifer. HEX triplet: BB, FE and 5D. RGB value is (187,254,93). Sum of RGB (Red+Green+Blue) = 187+254+93=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFE5D is #4401A2. Grayscale: #D8D8D8. Windows color (decimal): -4456867 or 6160059. OLE color: 6160059.
HSL color Cylindrical-coordinate representation of color #BBFE5D: hue angle of 84.97º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBFE5D is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 93 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.00 |
| HSL | 84.97º | 0.99% | 0.68% | - |
| HSV(B) | 84.97º | 0.63% | 1% | - |
| XYZ | 57.91 | 82.24 | 23.18 | - |
| YUV | 215.61 | 58.8 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 93 | 0.26 | 0 | 0.63 | 0.00 | 84.97 | 0.99 | 0.68 |
| Hex | BB | FE | 5D | 1A | 0 | 3F | 0 | 55 | 63 | 44 |
| Octal | 273 | 376 | 135 | 32 | 0 | 77 | 0 | 125 | 143 | 104 |
| Binary | 10111011 | 11111110 | 1011101 | 11010 | 0 | 111111 | 0 | 1010101 | 1100011 | 1000100 |
Color Harmonies of #BBFE5D
Complementary color
Monochromatic Colors of #BBFE5D
Black with #BBFE5D
Text Example
Text Example
White with #BBFE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE5D; }
p { color: rgb(187,254,93); }
H1.HeaderClassName
{
color: #BBFE5D;
}
.AnyTagClassName
{
color: #BBFE5D;
}
</style>
background-color css
<style>
a { background-color: #BBFE5D; }
a { background-color: rgb(187,254,93); }
div.DivClassName
{
background-color: #BBFE5D;
}
.BgClassName
{
background-color: #BBFE5D;
}
</style>
border-color css
<style>
span { border-color: #BBFE5D; }
span { border-color: rgb(187,254,93); }
td.TdClassName
{
border-color: #BBFE5D;
}
.TagClassName
{
border-color: #BBFE5D;
}
</style>