Shades of Conifer #BAFF59
Tints of Conifer #BAFF59
RGB
CMYK
RGB Variations
Color information
#BAFF59 (or 0xBAFF59) is known color: Conifer. HEX triplet: BA, FF and 59. RGB value is (186,255,89). Sum of RGB (Red+Green+Blue) = 186+255+89=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 89 (35.16% from 255 or 16.79% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF59 is #4500A6. Grayscale: #D8D8D8. Windows color (decimal): -4522151 or 5898170. OLE color: 5898170.
HSL color Cylindrical-coordinate representation of color #BAFF59: hue angle of 84.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAFF59 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 89 | - |
| CMYK | 0.27 | 0 | 0.65 | 0 |
| HSL | 84.94º | 1% | 0.67% | - |
| HSV(B) | 84.94º | 0.65% | 1% | - |
| XYZ | 57.81 | 82.68 | 22.36 | - |
| YUV | 215.45 | 56.64 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 89 | 0.27 | 0 | 0.65 | 0 | 84.94 | 1 | 0.67 |
| Hex | BA | FF | 59 | 1B | 0 | 41 | 0 | 55 | 64 | 43 |
| Octal | 272 | 377 | 131 | 33 | 0 | 101 | 0 | 125 | 144 | 103 |
| Binary | 10111010 | 11111111 | 1011001 | 11011 | 0 | 1000001 | 0 | 1010101 | 1100100 | 1000011 |
Color Harmonies of #BAFF59
Complementary color
Monochromatic Colors of #BAFF59
Black with #BAFF59
Text Example
Text Example
White with #BAFF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF59; }
p { color: rgb(186,255,89); }
H1.HeaderClassName
{
color: #BAFF59;
}
.AnyTagClassName
{
color: #BAFF59;
}
</style>
background-color css
<style>
a { background-color: #BAFF59; }
a { background-color: rgb(186,255,89); }
div.DivClassName
{
background-color: #BAFF59;
}
.BgClassName
{
background-color: #BAFF59;
}
</style>
border-color css
<style>
span { border-color: #BAFF59; }
span { border-color: rgb(186,255,89); }
td.TdClassName
{
border-color: #BAFF59;
}
.TagClassName
{
border-color: #BAFF59;
}
</style>