Shades of Conifer #BAFE5D
Tints of Conifer #BAFE5D
RGB
CMYK
RGB Variations
Color information
#BAFE5D (or 0xBAFE5D) is known color: Conifer. HEX triplet: BA, FE and 5D. RGB value is (186,254,93). Sum of RGB (Red+Green+Blue) = 186+254+93=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE5D is #4501A2. Grayscale: #D7D7D7. Windows color (decimal): -4522403 or 6160058. OLE color: 6160058.
HSL color Cylindrical-coordinate representation of color #BAFE5D: hue angle of 85.34º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAFE5D is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 93 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.00 |
| HSL | 85.34º | 0.99% | 0.68% | - |
| HSV(B) | 85.34º | 0.63% | 1% | - |
| XYZ | 57.67 | 82.11 | 23.17 | - |
| YUV | 215.31 | 58.97 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 93 | 0.27 | 0 | 0.63 | 0.00 | 85.34 | 0.99 | 0.68 |
| Hex | BA | FE | 5D | 1B | 0 | 3F | 0 | 55 | 63 | 44 |
| Octal | 272 | 376 | 135 | 33 | 0 | 77 | 0 | 125 | 143 | 104 |
| Binary | 10111010 | 11111110 | 1011101 | 11011 | 0 | 111111 | 0 | 1010101 | 1100011 | 1000100 |
Color Harmonies of #BAFE5D
Complementary color
Monochromatic Colors of #BAFE5D
Black with #BAFE5D
Text Example
Text Example
White with #BAFE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE5D; }
p { color: rgb(186,254,93); }
H1.HeaderClassName
{
color: #BAFE5D;
}
.AnyTagClassName
{
color: #BAFE5D;
}
</style>
background-color css
<style>
a { background-color: #BAFE5D; }
a { background-color: rgb(186,254,93); }
div.DivClassName
{
background-color: #BAFE5D;
}
.BgClassName
{
background-color: #BAFE5D;
}
</style>
border-color css
<style>
span { border-color: #BAFE5D; }
span { border-color: rgb(186,254,93); }
td.TdClassName
{
border-color: #BAFE5D;
}
.TagClassName
{
border-color: #BAFE5D;
}
</style>