Shades of Conifer #BBFE55
Tints of Conifer #BBFE55
RGB
CMYK
RGB Variations
Color information
#BBFE55 (or 0xBBFE55) is known color: Conifer. HEX triplet: BB, FE and 55. RGB value is (187,254,85). Sum of RGB (Red+Green+Blue) = 187+254+85=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFE55 is #4401AA. Grayscale: #D7D7D7. Windows color (decimal): -4456875 or 5635771. OLE color: 5635771.
HSL color Cylindrical-coordinate representation of color #BBFE55: hue angle of 83.79º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBFE55 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 85 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.00 |
| HSL | 83.79º | 0.99% | 0.66% | - |
| HSV(B) | 83.79º | 0.67% | 1% | - |
| XYZ | 57.58 | 82.1 | 21.41 | - |
| YUV | 214.7 | 54.8 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 85 | 0.26 | 0 | 0.67 | 0.00 | 83.79 | 0.99 | 0.66 |
| Hex | BB | FE | 55 | 1A | 0 | 43 | 0 | 54 | 63 | 42 |
| Octal | 273 | 376 | 125 | 32 | 0 | 103 | 0 | 124 | 143 | 102 |
| Binary | 10111011 | 11111110 | 1010101 | 11010 | 0 | 1000011 | 0 | 1010100 | 1100011 | 1000010 |
Color Harmonies of #BBFE55
Complementary color
Monochromatic Colors of #BBFE55
Black with #BBFE55
Text Example
Text Example
White with #BBFE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE55; }
p { color: rgb(187,254,85); }
H1.HeaderClassName
{
color: #BBFE55;
}
.AnyTagClassName
{
color: #BBFE55;
}
</style>
background-color css
<style>
a { background-color: #BBFE55; }
a { background-color: rgb(187,254,85); }
div.DivClassName
{
background-color: #BBFE55;
}
.BgClassName
{
background-color: #BBFE55;
}
</style>
border-color css
<style>
span { border-color: #BBFE55; }
span { border-color: rgb(187,254,85); }
td.TdClassName
{
border-color: #BBFE55;
}
.TagClassName
{
border-color: #BBFE55;
}
</style>