Shades of Conifer #BAD54E
Tints of Conifer #BAD54E
RGB
CMYK
RGB Variations
Color information
#BAD54E (or 0xBAD54E) is known color: Conifer. HEX triplet: BA, D5 and 4E. RGB value is (186,213,78). Sum of RGB (Red+Green+Blue) = 186+213+78=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD54E is #452AB1. Grayscale: #BEBEBE. Windows color (decimal): -4532914 or 5166522. OLE color: 5166522.
HSL color Cylindrical-coordinate representation of color #BAD54E: hue angle of 72º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAD54E is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 78 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.16 |
| HSL | 72º | 0.62% | 0.57% | - |
| HSV(B) | 72º | 0.63% | 0.84% | - |
| XYZ | 45.42 | 58.58 | 16.12 | - |
| YUV | 189.54 | 65.05 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 78 | 0.13 | 0 | 0.63 | 0.16 | 72 | 0.62 | 0.57 |
| Hex | BA | D5 | 4E | D | 0 | 3F | 10 | 48 | 3E | 39 |
| Octal | 272 | 325 | 116 | 15 | 0 | 77 | 20 | 110 | 76 | 71 |
| Binary | 10111010 | 11010101 | 1001110 | 1101 | 0 | 111111 | 10000 | 1001000 | 111110 | 111001 |
Color Harmonies of #BAD54E
Complementary color
Monochromatic Colors of #BAD54E
Black with #BAD54E
Text Example
Text Example
White with #BAD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD54E; }
p { color: rgb(186,213,78); }
H1.HeaderClassName
{
color: #BAD54E;
}
.AnyTagClassName
{
color: #BAD54E;
}
</style>
background-color css
<style>
a { background-color: #BAD54E; }
a { background-color: rgb(186,213,78); }
div.DivClassName
{
background-color: #BAD54E;
}
.BgClassName
{
background-color: #BAD54E;
}
</style>
border-color css
<style>
span { border-color: #BAD54E; }
span { border-color: rgb(186,213,78); }
td.TdClassName
{
border-color: #BAD54E;
}
.TagClassName
{
border-color: #BAD54E;
}
</style>