Shades of Conifer #BAFE59
Tints of Conifer #BAFE59
RGB
CMYK
RGB Variations
Color information
#BAFE59 (or 0xBAFE59) is known color: Conifer. HEX triplet: BA, FE and 59. RGB value is (186,254,89). Sum of RGB (Red+Green+Blue) = 186+254+89=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE59 is #4501A6. Grayscale: #D7D7D7. Windows color (decimal): -4522407 or 5897914. OLE color: 5897914.
HSL color Cylindrical-coordinate representation of color #BAFE59: hue angle of 84.73º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAFE59 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 89 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.00 |
| HSL | 84.73º | 0.99% | 0.67% | - |
| HSV(B) | 84.73º | 0.65% | 1% | - |
| XYZ | 57.49 | 82.04 | 22.26 | - |
| YUV | 214.86 | 56.97 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 89 | 0.27 | 0 | 0.65 | 0.00 | 84.73 | 0.99 | 0.67 |
| Hex | BA | FE | 59 | 1B | 0 | 41 | 0 | 55 | 63 | 43 |
| Octal | 272 | 376 | 131 | 33 | 0 | 101 | 0 | 125 | 143 | 103 |
| Binary | 10111010 | 11111110 | 1011001 | 11011 | 0 | 1000001 | 0 | 1010101 | 1100011 | 1000011 |
Color Harmonies of #BAFE59
Complementary color
Monochromatic Colors of #BAFE59
Black with #BAFE59
Text Example
Text Example
White with #BAFE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE59; }
p { color: rgb(186,254,89); }
H1.HeaderClassName
{
color: #BAFE59;
}
.AnyTagClassName
{
color: #BAFE59;
}
</style>
background-color css
<style>
a { background-color: #BAFE59; }
a { background-color: rgb(186,254,89); }
div.DivClassName
{
background-color: #BAFE59;
}
.BgClassName
{
background-color: #BAFE59;
}
</style>
border-color css
<style>
span { border-color: #BAFE59; }
span { border-color: rgb(186,254,89); }
td.TdClassName
{
border-color: #BAFE59;
}
.TagClassName
{
border-color: #BAFE59;
}
</style>