Shades of Conifer #BAF15D
Tints of Conifer #BAF15D
RGB
CMYK
RGB Variations
Color information
#BAF15D (or 0xBAF15D) is known color: Conifer. HEX triplet: BA, F1 and 5D. RGB value is (186,241,93). Sum of RGB (Red+Green+Blue) = 186+241+93=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF15D is #450EA2. Grayscale: #D0D0D0. Windows color (decimal): -4525731 or 6156730. OLE color: 6156730.
HSL color Cylindrical-coordinate representation of color #BAF15D: hue angle of 82.3º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAF15D is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 93 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.05 |
| HSL | 82.3º | 0.84% | 0.65% | - |
| HSV(B) | 82.3º | 0.61% | 0.95% | - |
| XYZ | 53.68 | 74.14 | 21.84 | - |
| YUV | 207.68 | 63.28 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 93 | 0.23 | 0 | 0.61 | 0.05 | 82.3 | 0.84 | 0.65 |
| Hex | BA | F1 | 5D | 17 | 0 | 3D | 5 | 52 | 54 | 41 |
| Octal | 272 | 361 | 135 | 27 | 0 | 75 | 5 | 122 | 124 | 101 |
| Binary | 10111010 | 11110001 | 1011101 | 10111 | 0 | 111101 | 101 | 1010010 | 1010100 | 1000001 |
Color Harmonies of #BAF15D
Complementary color
Monochromatic Colors of #BAF15D
Black with #BAF15D
Text Example
Text Example
White with #BAF15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF15D; }
p { color: rgb(186,241,93); }
H1.HeaderClassName
{
color: #BAF15D;
}
.AnyTagClassName
{
color: #BAF15D;
}
</style>
background-color css
<style>
a { background-color: #BAF15D; }
a { background-color: rgb(186,241,93); }
div.DivClassName
{
background-color: #BAF15D;
}
.BgClassName
{
background-color: #BAF15D;
}
</style>
border-color css
<style>
span { border-color: #BAF15D; }
span { border-color: rgb(186,241,93); }
td.TdClassName
{
border-color: #BAF15D;
}
.TagClassName
{
border-color: #BAF15D;
}
</style>