Shades of Conifer #BADE46
Tints of Conifer #BADE46
RGB
CMYK
RGB Variations
Color information
#BADE46 (or 0xBADE46) is known color: Conifer. HEX triplet: BA, DE and 46. RGB value is (186,222,70). Sum of RGB (Red+Green+Blue) = 186+222+70=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE46 is #4521B9. Grayscale: #C2C2C2. Windows color (decimal): -4530618 or 4644538. OLE color: 4644538.
HSL color Cylindrical-coordinate representation of color #BADE46: hue angle of 74.21º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BADE46 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 70 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.13 |
| HSL | 74.21º | 0.7% | 0.57% | - |
| HSV(B) | 74.21º | 0.68% | 0.87% | - |
| XYZ | 47.48 | 63.12 | 15.48 | - |
| YUV | 193.91 | 58.07 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 70 | 0.16 | 0 | 0.68 | 0.13 | 74.21 | 0.7 | 0.57 |
| Hex | BA | DE | 46 | 10 | 0 | 44 | D | 4A | 46 | 39 |
| Octal | 272 | 336 | 106 | 20 | 0 | 104 | 15 | 112 | 106 | 71 |
| Binary | 10111010 | 11011110 | 1000110 | 10000 | 0 | 1000100 | 1101 | 1001010 | 1000110 | 111001 |
Color Harmonies of #BADE46
Complementary color
Monochromatic Colors of #BADE46
Black with #BADE46
Text Example
Text Example
White with #BADE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE46; }
p { color: rgb(186,222,70); }
H1.HeaderClassName
{
color: #BADE46;
}
.AnyTagClassName
{
color: #BADE46;
}
</style>
background-color css
<style>
a { background-color: #BADE46; }
a { background-color: rgb(186,222,70); }
div.DivClassName
{
background-color: #BADE46;
}
.BgClassName
{
background-color: #BADE46;
}
</style>
border-color css
<style>
span { border-color: #BADE46; }
span { border-color: rgb(186,222,70); }
td.TdClassName
{
border-color: #BADE46;
}
.TagClassName
{
border-color: #BADE46;
}
</style>