Shades of Conifer #BAF05D
Tints of Conifer #BAF05D
RGB
CMYK
RGB Variations
Color information
#BAF05D (or 0xBAF05D) is known color: Conifer. HEX triplet: BA, F0 and 5D. RGB value is (186,240,93). Sum of RGB (Red+Green+Blue) = 186+240+93=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF05D is #450FA2. Grayscale: #CFCFCF. Windows color (decimal): -4525987 or 6156474. OLE color: 6156474.
HSL color Cylindrical-coordinate representation of color #BAF05D: hue angle of 82.04º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAF05D is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 93 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.06 |
| HSL | 82.04º | 0.83% | 0.65% | - |
| HSV(B) | 82.04º | 0.61% | 0.94% | - |
| XYZ | 53.39 | 73.55 | 21.74 | - |
| YUV | 207.1 | 63.61 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 93 | 0.22 | 0 | 0.61 | 0.06 | 82.04 | 0.83 | 0.65 |
| Hex | BA | F0 | 5D | 16 | 0 | 3D | 6 | 52 | 53 | 41 |
| Octal | 272 | 360 | 135 | 26 | 0 | 75 | 6 | 122 | 123 | 101 |
| Binary | 10111010 | 11110000 | 1011101 | 10110 | 0 | 111101 | 110 | 1010010 | 1010011 | 1000001 |
Color Harmonies of #BAF05D
Complementary color
Monochromatic Colors of #BAF05D
Black with #BAF05D
Text Example
Text Example
White with #BAF05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF05D; }
p { color: rgb(186,240,93); }
H1.HeaderClassName
{
color: #BAF05D;
}
.AnyTagClassName
{
color: #BAF05D;
}
</style>
background-color css
<style>
a { background-color: #BAF05D; }
a { background-color: rgb(186,240,93); }
div.DivClassName
{
background-color: #BAF05D;
}
.BgClassName
{
background-color: #BAF05D;
}
</style>
border-color css
<style>
span { border-color: #BAF05D; }
span { border-color: rgb(186,240,93); }
td.TdClassName
{
border-color: #BAF05D;
}
.TagClassName
{
border-color: #BAF05D;
}
</style>