Shades of Conifer #BADF54
Tints of Conifer #BADF54
RGB
CMYK
RGB Variations
Color information
#BADF54 (or 0xBADF54) is known color: Conifer. HEX triplet: BA, DF and 54. RGB value is (186,223,84). Sum of RGB (Red+Green+Blue) = 186+223+84=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF54 is #4520AB. Grayscale: #C4C4C4. Windows color (decimal): -4530348 or 5562298. OLE color: 5562298.
HSL color Cylindrical-coordinate representation of color #BADF54: hue angle of 75.97º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BADF54 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 84 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.13 |
| HSL | 75.97º | 0.68% | 0.6% | - |
| HSV(B) | 75.97º | 0.62% | 0.87% | - |
| XYZ | 48.24 | 63.85 | 18.17 | - |
| YUV | 196.09 | 64.74 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 84 | 0.17 | 0 | 0.62 | 0.13 | 75.97 | 0.68 | 0.6 |
| Hex | BA | DF | 54 | 11 | 0 | 3E | D | 4C | 44 | 3C |
| Octal | 272 | 337 | 124 | 21 | 0 | 76 | 15 | 114 | 104 | 74 |
| Binary | 10111010 | 11011111 | 1010100 | 10001 | 0 | 111110 | 1101 | 1001100 | 1000100 | 111100 |
Color Harmonies of #BADF54
Complementary color
Monochromatic Colors of #BADF54
Black with #BADF54
Text Example
Text Example
White with #BADF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF54; }
p { color: rgb(186,223,84); }
H1.HeaderClassName
{
color: #BADF54;
}
.AnyTagClassName
{
color: #BADF54;
}
</style>
background-color css
<style>
a { background-color: #BADF54; }
a { background-color: rgb(186,223,84); }
div.DivClassName
{
background-color: #BADF54;
}
.BgClassName
{
background-color: #BADF54;
}
</style>
border-color css
<style>
span { border-color: #BADF54; }
span { border-color: rgb(186,223,84); }
td.TdClassName
{
border-color: #BADF54;
}
.TagClassName
{
border-color: #BADF54;
}
</style>