Shades of Conifer #BAFE61
Tints of Conifer #BAFE61
RGB
CMYK
RGB Variations
Color information
#BAFE61 (or 0xBAFE61) is known color: Conifer. HEX triplet: BA, FE and 61. RGB value is (186,254,97). Sum of RGB (Red+Green+Blue) = 186+254+97=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE61 is #45019E. Grayscale: #D8D8D8. Windows color (decimal): -4522399 or 6422202. OLE color: 6422202.
HSL color Cylindrical-coordinate representation of color #BAFE61: hue angle of 85.99º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAFE61 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 97 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.00 |
| HSL | 85.99º | 0.99% | 0.69% | - |
| HSV(B) | 85.99º | 0.62% | 1% | - |
| XYZ | 57.85 | 82.19 | 24.12 | - |
| YUV | 215.77 | 60.97 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 97 | 0.27 | 0 | 0.62 | 0.00 | 85.99 | 0.99 | 0.69 |
| Hex | BA | FE | 61 | 1B | 0 | 3E | 0 | 56 | 63 | 45 |
| Octal | 272 | 376 | 141 | 33 | 0 | 76 | 0 | 126 | 143 | 105 |
| Binary | 10111010 | 11111110 | 1100001 | 11011 | 0 | 111110 | 0 | 1010110 | 1100011 | 1000101 |
Color Harmonies of #BAFE61
Complementary color
Monochromatic Colors of #BAFE61
Black with #BAFE61
Text Example
Text Example
White with #BAFE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE61; }
p { color: rgb(186,254,97); }
H1.HeaderClassName
{
color: #BAFE61;
}
.AnyTagClassName
{
color: #BAFE61;
}
</style>
background-color css
<style>
a { background-color: #BAFE61; }
a { background-color: rgb(186,254,97); }
div.DivClassName
{
background-color: #BAFE61;
}
.BgClassName
{
background-color: #BAFE61;
}
</style>
border-color css
<style>
span { border-color: #BAFE61; }
span { border-color: rgb(186,254,97); }
td.TdClassName
{
border-color: #BAFE61;
}
.TagClassName
{
border-color: #BAFE61;
}
</style>