Shades of Conifer #BAFF5A
Tints of Conifer #BAFF5A
RGB
CMYK
RGB Variations
Color information
#BAFF5A (or 0xBAFF5A) is known color: Conifer. HEX triplet: BA, FF and 5A. RGB value is (186,255,90). Sum of RGB (Red+Green+Blue) = 186+255+90=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF5A is #4500A5. Grayscale: #D8D8D8. Windows color (decimal): -4522150 or 5963706. OLE color: 5963706.
HSL color Cylindrical-coordinate representation of color #BAFF5A: hue angle of 85.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAFF5A is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 90 | - |
| CMYK | 0.27 | 0 | 0.65 | 0 |
| HSL | 85.09º | 1% | 0.68% | - |
| HSV(B) | 85.09º | 0.65% | 1% | - |
| XYZ | 57.86 | 82.7 | 22.59 | - |
| YUV | 215.56 | 57.14 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 90 | 0.27 | 0 | 0.65 | 0 | 85.09 | 1 | 0.68 |
| Hex | BA | FF | 5A | 1B | 0 | 41 | 0 | 55 | 64 | 44 |
| Octal | 272 | 377 | 132 | 33 | 0 | 101 | 0 | 125 | 144 | 104 |
| Binary | 10111010 | 11111111 | 1011010 | 11011 | 0 | 1000001 | 0 | 1010101 | 1100100 | 1000100 |
Color Harmonies of #BAFF5A
Complementary color
Monochromatic Colors of #BAFF5A
Black with #BAFF5A
Text Example
Text Example
White with #BAFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF5A; }
p { color: rgb(186,255,90); }
H1.HeaderClassName
{
color: #BAFF5A;
}
.AnyTagClassName
{
color: #BAFF5A;
}
</style>
background-color css
<style>
a { background-color: #BAFF5A; }
a { background-color: rgb(186,255,90); }
div.DivClassName
{
background-color: #BAFF5A;
}
.BgClassName
{
background-color: #BAFF5A;
}
</style>
border-color css
<style>
span { border-color: #BAFF5A; }
span { border-color: rgb(186,255,90); }
td.TdClassName
{
border-color: #BAFF5A;
}
.TagClassName
{
border-color: #BAFF5A;
}
</style>