Shades of Conifer #BADF43
Tints of Conifer #BADF43
RGB
CMYK
RGB Variations
Color information
#BADF43 (or 0xBADF43) is known color: Conifer. HEX triplet: BA, DF and 43. RGB value is (186,223,67). Sum of RGB (Red+Green+Blue) = 186+223+67=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 67 (26.56% from 255 or 14.08% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF43 is #4520BC. Grayscale: #C2C2C2. Windows color (decimal): -4530365 or 4448186. OLE color: 4448186.
HSL color Cylindrical-coordinate representation of color #BADF43: hue angle of 74.23º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BADF43 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 67 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.13 |
| HSL | 74.23º | 0.71% | 0.57% | - |
| HSV(B) | 74.23º | 0.7% | 0.87% | - |
| XYZ | 47.65 | 63.62 | 15.08 | - |
| YUV | 194.15 | 56.24 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 67 | 0.17 | 0 | 0.70 | 0.13 | 74.23 | 0.71 | 0.57 |
| Hex | BA | DF | 43 | 11 | 0 | 46 | D | 4A | 47 | 39 |
| Octal | 272 | 337 | 103 | 21 | 0 | 106 | 15 | 112 | 107 | 71 |
| Binary | 10111010 | 11011111 | 1000011 | 10001 | 0 | 1000110 | 1101 | 1001010 | 1000111 | 111001 |
Color Harmonies of #BADF43
Complementary color
Monochromatic Colors of #BADF43
Black with #BADF43
Text Example
Text Example
White with #BADF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF43; }
p { color: rgb(186,223,67); }
H1.HeaderClassName
{
color: #BADF43;
}
.AnyTagClassName
{
color: #BADF43;
}
</style>
background-color css
<style>
a { background-color: #BADF43; }
a { background-color: rgb(186,223,67); }
div.DivClassName
{
background-color: #BADF43;
}
.BgClassName
{
background-color: #BADF43;
}
</style>
border-color css
<style>
span { border-color: #BADF43; }
span { border-color: rgb(186,223,67); }
td.TdClassName
{
border-color: #BADF43;
}
.TagClassName
{
border-color: #BADF43;
}
</style>