Shades of Conifer #BAFF58
Tints of Conifer #BAFF58
RGB
CMYK
RGB Variations
Color information
#BAFF58 (or 0xBAFF58) is known color: Conifer. HEX triplet: BA, FF and 58. RGB value is (186,255,88). Sum of RGB (Red+Green+Blue) = 186+255+88=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF58 is #4500A7. Grayscale: #D7D7D7. Windows color (decimal): -4522152 or 5832634. OLE color: 5832634.
HSL color Cylindrical-coordinate representation of color #BAFF58: hue angle of 84.79º 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 #BAFF58 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 88 | - |
| CMYK | 0.27 | 0 | 0.65 | 0 |
| HSL | 84.79º | 1% | 0.67% | - |
| HSV(B) | 84.79º | 0.65% | 1% | - |
| XYZ | 57.77 | 82.66 | 22.14 | - |
| YUV | 215.33 | 56.14 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 88 | 0.27 | 0 | 0.65 | 0 | 84.79 | 1 | 0.67 |
| Hex | BA | FF | 58 | 1B | 0 | 41 | 0 | 55 | 64 | 43 |
| Octal | 272 | 377 | 130 | 33 | 0 | 101 | 0 | 125 | 144 | 103 |
| Binary | 10111010 | 11111111 | 1011000 | 11011 | 0 | 1000001 | 0 | 1010101 | 1100100 | 1000011 |
Color Harmonies of #BAFF58
Complementary color
Monochromatic Colors of #BAFF58
Black with #BAFF58
Text Example
Text Example
White with #BAFF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF58; }
p { color: rgb(186,255,88); }
H1.HeaderClassName
{
color: #BAFF58;
}
.AnyTagClassName
{
color: #BAFF58;
}
</style>
background-color css
<style>
a { background-color: #BAFF58; }
a { background-color: rgb(186,255,88); }
div.DivClassName
{
background-color: #BAFF58;
}
.BgClassName
{
background-color: #BAFF58;
}
</style>
border-color css
<style>
span { border-color: #BAFF58; }
span { border-color: rgb(186,255,88); }
td.TdClassName
{
border-color: #BAFF58;
}
.TagClassName
{
border-color: #BAFF58;
}
</style>