Shades of Conifer #BBFF53
Tints of Conifer #BBFF53
RGB
CMYK
RGB Variations
Color information
#BBFF53 (or 0xBBFF53) is known color: Conifer. HEX triplet: BB, FF and 53. RGB value is (187,255,83). Sum of RGB (Red+Green+Blue) = 187+255+83=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF53 is #4400AC. Grayscale: #D7D7D7. Windows color (decimal): -4456621 or 5504955. OLE color: 5504955.
HSL color Cylindrical-coordinate representation of color #BBFF53: hue angle of 83.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBFF53 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 83 | - |
| CMYK | 0.27 | 0 | 0.67 | 0 |
| HSL | 83.72º | 1% | 0.66% | - |
| HSV(B) | 83.72º | 0.67% | 1% | - |
| XYZ | 57.81 | 82.71 | 21.1 | - |
| YUV | 215.06 | 53.47 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 83 | 0.27 | 0 | 0.67 | 0 | 83.72 | 1 | 0.66 |
| Hex | BB | FF | 53 | 1B | 0 | 43 | 0 | 54 | 64 | 42 |
| Octal | 273 | 377 | 123 | 33 | 0 | 103 | 0 | 124 | 144 | 102 |
| Binary | 10111011 | 11111111 | 1010011 | 11011 | 0 | 1000011 | 0 | 1010100 | 1100100 | 1000010 |
Color Harmonies of #BBFF53
Complementary color
Monochromatic Colors of #BBFF53
Black with #BBFF53
Text Example
Text Example
White with #BBFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF53; }
p { color: rgb(187,255,83); }
H1.HeaderClassName
{
color: #BBFF53;
}
.AnyTagClassName
{
color: #BBFF53;
}
</style>
background-color css
<style>
a { background-color: #BBFF53; }
a { background-color: rgb(187,255,83); }
div.DivClassName
{
background-color: #BBFF53;
}
.BgClassName
{
background-color: #BBFF53;
}
</style>
border-color css
<style>
span { border-color: #BBFF53; }
span { border-color: rgb(187,255,83); }
td.TdClassName
{
border-color: #BBFF53;
}
.TagClassName
{
border-color: #BBFF53;
}
</style>