Shades of Conifer #BADE48
Tints of Conifer #BADE48
RGB
CMYK
RGB Variations
Color information
#BADE48 (or 0xBADE48) is known color: Conifer. HEX triplet: BA, DE and 48. RGB value is (186,222,72). Sum of RGB (Red+Green+Blue) = 186+222+72=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE48 is #4521B7. Grayscale: #C2C2C2. Windows color (decimal): -4530616 or 4775610. OLE color: 4775610.
HSL color Cylindrical-coordinate representation of color #BADE48: hue angle of 74.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BADE48 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 72 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.13 |
| HSL | 74.4º | 0.69% | 0.58% | - |
| HSV(B) | 74.4º | 0.68% | 0.87% | - |
| XYZ | 47.54 | 63.15 | 15.81 | - |
| YUV | 194.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 72 | 0.16 | 0 | 0.68 | 0.13 | 74.4 | 0.69 | 0.58 |
| Hex | BA | DE | 48 | 10 | 0 | 44 | D | 4A | 45 | 3A |
| Octal | 272 | 336 | 110 | 20 | 0 | 104 | 15 | 112 | 105 | 72 |
| Binary | 10111010 | 11011110 | 1001000 | 10000 | 0 | 1000100 | 1101 | 1001010 | 1000101 | 111010 |
Color Harmonies of #BADE48
Complementary color
Monochromatic Colors of #BADE48
Black with #BADE48
Text Example
Text Example
White with #BADE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE48; }
p { color: rgb(186,222,72); }
H1.HeaderClassName
{
color: #BADE48;
}
.AnyTagClassName
{
color: #BADE48;
}
</style>
background-color css
<style>
a { background-color: #BADE48; }
a { background-color: rgb(186,222,72); }
div.DivClassName
{
background-color: #BADE48;
}
.BgClassName
{
background-color: #BADE48;
}
</style>
border-color css
<style>
span { border-color: #BADE48; }
span { border-color: rgb(186,222,72); }
td.TdClassName
{
border-color: #BADE48;
}
.TagClassName
{
border-color: #BADE48;
}
</style>