Shades of Conifer #BAFF56
Tints of Conifer #BAFF56
RGB
CMYK
RGB Variations
Color information
#BAFF56 (or 0xBAFF56) is known color: Conifer. HEX triplet: BA, FF and 56. RGB value is (186,255,86). Sum of RGB (Red+Green+Blue) = 186+255+86=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF56 is #4500A9. Grayscale: #D7D7D7. Windows color (decimal): -4522154 or 5701562. OLE color: 5701562.
HSL color Cylindrical-coordinate representation of color #BAFF56: hue angle of 84.5º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAFF56 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 86 | - |
| CMYK | 0.27 | 0 | 0.66 | 0 |
| HSL | 84.5º | 1% | 0.67% | - |
| HSV(B) | 84.5º | 0.66% | 1% | - |
| XYZ | 57.69 | 82.63 | 21.71 | - |
| YUV | 215.1 | 55.14 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 86 | 0.27 | 0 | 0.66 | 0 | 84.5 | 1 | 0.67 |
| Hex | BA | FF | 56 | 1B | 0 | 42 | 0 | 54 | 64 | 43 |
| Octal | 272 | 377 | 126 | 33 | 0 | 102 | 0 | 124 | 144 | 103 |
| Binary | 10111010 | 11111111 | 1010110 | 11011 | 0 | 1000010 | 0 | 1010100 | 1100100 | 1000011 |
Color Harmonies of #BAFF56
Complementary color
Monochromatic Colors of #BAFF56
Black with #BAFF56
Text Example
Text Example
White with #BAFF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF56; }
p { color: rgb(186,255,86); }
H1.HeaderClassName
{
color: #BAFF56;
}
.AnyTagClassName
{
color: #BAFF56;
}
</style>
background-color css
<style>
a { background-color: #BAFF56; }
a { background-color: rgb(186,255,86); }
div.DivClassName
{
background-color: #BAFF56;
}
.BgClassName
{
background-color: #BAFF56;
}
</style>
border-color css
<style>
span { border-color: #BAFF56; }
span { border-color: rgb(186,255,86); }
td.TdClassName
{
border-color: #BAFF56;
}
.TagClassName
{
border-color: #BAFF56;
}
</style>