Shades of Conifer #BADF50
Tints of Conifer #BADF50
RGB
CMYK
RGB Variations
Color information
#BADF50 (or 0xBADF50) is known color: Conifer. HEX triplet: BA, DF and 50. RGB value is (186,223,80). Sum of RGB (Red+Green+Blue) = 186+223+80=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF50 is #4520AF. Grayscale: #C4C4C4. Windows color (decimal): -4530352 or 5300154. OLE color: 5300154.
HSL color Cylindrical-coordinate representation of color #BADF50: hue angle of 75.52º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BADF50 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 80 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.13 |
| HSL | 75.52º | 0.69% | 0.59% | - |
| HSV(B) | 75.52º | 0.64% | 0.87% | - |
| XYZ | 48.09 | 63.79 | 17.37 | - |
| YUV | 195.64 | 62.74 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 80 | 0.17 | 0 | 0.64 | 0.13 | 75.52 | 0.69 | 0.59 |
| Hex | BA | DF | 50 | 11 | 0 | 40 | D | 4C | 45 | 3B |
| Octal | 272 | 337 | 120 | 21 | 0 | 100 | 15 | 114 | 105 | 73 |
| Binary | 10111010 | 11011111 | 1010000 | 10001 | 0 | 1000000 | 1101 | 1001100 | 1000101 | 111011 |
Color Harmonies of #BADF50
Complementary color
Monochromatic Colors of #BADF50
Black with #BADF50
Text Example
Text Example
White with #BADF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF50; }
p { color: rgb(186,223,80); }
H1.HeaderClassName
{
color: #BADF50;
}
.AnyTagClassName
{
color: #BADF50;
}
</style>
background-color css
<style>
a { background-color: #BADF50; }
a { background-color: rgb(186,223,80); }
div.DivClassName
{
background-color: #BADF50;
}
.BgClassName
{
background-color: #BADF50;
}
</style>
border-color css
<style>
span { border-color: #BADF50; }
span { border-color: rgb(186,223,80); }
td.TdClassName
{
border-color: #BADF50;
}
.TagClassName
{
border-color: #BADF50;
}
</style>