Shades of Conifer #BAFF57
Tints of Conifer #BAFF57
RGB
CMYK
RGB Variations
Color information
#BAFF57 (or 0xBAFF57) is known color: Conifer. HEX triplet: BA, FF and 57. RGB value is (186,255,87). Sum of RGB (Red+Green+Blue) = 186+255+87=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 87 (34.38% from 255 or 16.48% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF57 is #4500A8. Grayscale: #D7D7D7. Windows color (decimal): -4522153 or 5767098. OLE color: 5767098.
HSL color Cylindrical-coordinate representation of color #BAFF57: hue angle of 84.64º 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 #BAFF57 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 87 | - |
| CMYK | 0.27 | 0 | 0.66 | 0 |
| HSL | 84.64º | 1% | 0.67% | - |
| HSV(B) | 84.64º | 0.66% | 1% | - |
| XYZ | 57.73 | 82.65 | 21.93 | - |
| YUV | 215.22 | 55.64 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 87 | 0.27 | 0 | 0.66 | 0 | 84.64 | 1 | 0.67 |
| Hex | BA | FF | 57 | 1B | 0 | 42 | 0 | 55 | 64 | 43 |
| Octal | 272 | 377 | 127 | 33 | 0 | 102 | 0 | 125 | 144 | 103 |
| Binary | 10111010 | 11111111 | 1010111 | 11011 | 0 | 1000010 | 0 | 1010101 | 1100100 | 1000011 |
Color Harmonies of #BAFF57
Complementary color
Monochromatic Colors of #BAFF57
Black with #BAFF57
Text Example
Text Example
White with #BAFF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF57; }
p { color: rgb(186,255,87); }
H1.HeaderClassName
{
color: #BAFF57;
}
.AnyTagClassName
{
color: #BAFF57;
}
</style>
background-color css
<style>
a { background-color: #BAFF57; }
a { background-color: rgb(186,255,87); }
div.DivClassName
{
background-color: #BAFF57;
}
.BgClassName
{
background-color: #BAFF57;
}
</style>
border-color css
<style>
span { border-color: #BAFF57; }
span { border-color: rgb(186,255,87); }
td.TdClassName
{
border-color: #BAFF57;
}
.TagClassName
{
border-color: #BAFF57;
}
</style>