Shades of Conifer #BAFC5D
Tints of Conifer #BAFC5D
RGB
CMYK
RGB Variations
Color information
#BAFC5D (or 0xBAFC5D) is known color: Conifer. HEX triplet: BA, FC and 5D. RGB value is (186,252,93). Sum of RGB (Red+Green+Blue) = 186+252+93=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFC5D is #4503A2. Grayscale: #D6D6D6. Windows color (decimal): -4522915 or 6159546. OLE color: 6159546.
HSL color Cylindrical-coordinate representation of color #BAFC5D: hue angle of 84.91º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAFC5D is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 93 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.01 |
| HSL | 84.91º | 0.96% | 0.68% | - |
| HSV(B) | 84.91º | 0.63% | 0.99% | - |
| XYZ | 57.04 | 80.85 | 22.96 | - |
| YUV | 214.14 | 59.63 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 93 | 0.26 | 0 | 0.63 | 0.01 | 84.91 | 0.96 | 0.68 |
| Hex | BA | FC | 5D | 1A | 0 | 3F | 1 | 55 | 60 | 44 |
| Octal | 272 | 374 | 135 | 32 | 0 | 77 | 1 | 125 | 140 | 104 |
| Binary | 10111010 | 11111100 | 1011101 | 11010 | 0 | 111111 | 1 | 1010101 | 1100000 | 1000100 |
Color Harmonies of #BAFC5D
Complementary color
Monochromatic Colors of #BAFC5D
Black with #BAFC5D
Text Example
Text Example
White with #BAFC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC5D; }
p { color: rgb(186,252,93); }
H1.HeaderClassName
{
color: #BAFC5D;
}
.AnyTagClassName
{
color: #BAFC5D;
}
</style>
background-color css
<style>
a { background-color: #BAFC5D; }
a { background-color: rgb(186,252,93); }
div.DivClassName
{
background-color: #BAFC5D;
}
.BgClassName
{
background-color: #BAFC5D;
}
</style>
border-color css
<style>
span { border-color: #BAFC5D; }
span { border-color: rgb(186,252,93); }
td.TdClassName
{
border-color: #BAFC5D;
}
.TagClassName
{
border-color: #BAFC5D;
}
</style>