Shades of Conifer #BAFF5B
Tints of Conifer #BAFF5B
RGB
CMYK
RGB Variations
Color information
#BAFF5B (or 0xBAFF5B) is known color: Conifer. HEX triplet: BA, FF and 5B. RGB value is (186,255,91). Sum of RGB (Red+Green+Blue) = 186+255+91=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF5B is #4500A4. Grayscale: #D8D8D8. Windows color (decimal): -4522149 or 6029242. OLE color: 6029242.
HSL color Cylindrical-coordinate representation of color #BAFF5B: hue angle of 85.24º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAFF5B is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 91 | - |
| CMYK | 0.27 | 0 | 0.64 | 0 |
| HSL | 85.24º | 1% | 0.68% | - |
| HSV(B) | 85.24º | 0.64% | 1% | - |
| XYZ | 57.9 | 82.71 | 22.81 | - |
| YUV | 215.67 | 57.64 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 91 | 0.27 | 0 | 0.64 | 0 | 85.24 | 1 | 0.68 |
| Hex | BA | FF | 5B | 1B | 0 | 40 | 0 | 55 | 64 | 44 |
| Octal | 272 | 377 | 133 | 33 | 0 | 100 | 0 | 125 | 144 | 104 |
| Binary | 10111010 | 11111111 | 1011011 | 11011 | 0 | 1000000 | 0 | 1010101 | 1100100 | 1000100 |
Color Harmonies of #BAFF5B
Complementary color
Monochromatic Colors of #BAFF5B
Black with #BAFF5B
Text Example
Text Example
White with #BAFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF5B; }
p { color: rgb(186,255,91); }
H1.HeaderClassName
{
color: #BAFF5B;
}
.AnyTagClassName
{
color: #BAFF5B;
}
</style>
background-color css
<style>
a { background-color: #BAFF5B; }
a { background-color: rgb(186,255,91); }
div.DivClassName
{
background-color: #BAFF5B;
}
.BgClassName
{
background-color: #BAFF5B;
}
</style>
border-color css
<style>
span { border-color: #BAFF5B; }
span { border-color: rgb(186,255,91); }
td.TdClassName
{
border-color: #BAFF5B;
}
.TagClassName
{
border-color: #BAFF5B;
}
</style>