Shades of Conifer #BAFF55
Tints of Conifer #BAFF55
RGB
CMYK
RGB Variations
Color information
#BAFF55 (or 0xBAFF55) is known color: Conifer. HEX triplet: BA, FF and 55. RGB value is (186,255,85). Sum of RGB (Red+Green+Blue) = 186+255+85=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF55 is #4500AA. Grayscale: #D7D7D7. Windows color (decimal): -4522155 or 5636026. OLE color: 5636026.
HSL color Cylindrical-coordinate representation of color #BAFF55: hue angle of 84.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAFF55 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 85 | - |
| CMYK | 0.27 | 0 | 0.67 | 0 |
| HSL | 84.35º | 1% | 0.67% | - |
| HSV(B) | 84.35º | 0.67% | 1% | - |
| XYZ | 57.65 | 82.61 | 21.5 | - |
| YUV | 214.99 | 54.64 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 85 | 0.27 | 0 | 0.67 | 0 | 84.35 | 1 | 0.67 |
| Hex | BA | FF | 55 | 1B | 0 | 43 | 0 | 54 | 64 | 43 |
| Octal | 272 | 377 | 125 | 33 | 0 | 103 | 0 | 124 | 144 | 103 |
| Binary | 10111010 | 11111111 | 1010101 | 11011 | 0 | 1000011 | 0 | 1010100 | 1100100 | 1000011 |
Color Harmonies of #BAFF55
Complementary color
Monochromatic Colors of #BAFF55
Black with #BAFF55
Text Example
Text Example
White with #BAFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF55; }
p { color: rgb(186,255,85); }
H1.HeaderClassName
{
color: #BAFF55;
}
.AnyTagClassName
{
color: #BAFF55;
}
</style>
background-color css
<style>
a { background-color: #BAFF55; }
a { background-color: rgb(186,255,85); }
div.DivClassName
{
background-color: #BAFF55;
}
.BgClassName
{
background-color: #BAFF55;
}
</style>
border-color css
<style>
span { border-color: #BAFF55; }
span { border-color: rgb(186,255,85); }
td.TdClassName
{
border-color: #BAFF55;
}
.TagClassName
{
border-color: #BAFF55;
}
</style>