Shades of Conifer #BADE4E
Tints of Conifer #BADE4E
RGB
CMYK
RGB Variations
Color information
#BADE4E (or 0xBADE4E) is known color: Conifer. HEX triplet: BA, DE and 4E. RGB value is (186,222,78). Sum of RGB (Red+Green+Blue) = 186+222+78=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE4E is #4521B1. Grayscale: #C3C3C3. Windows color (decimal): -4530610 or 5168826. OLE color: 5168826.
HSL color Cylindrical-coordinate representation of color #BADE4E: hue angle of 75º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BADE4E is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 78 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.13 |
| HSL | 75º | 0.69% | 0.59% | - |
| HSV(B) | 75º | 0.65% | 0.87% | - |
| XYZ | 47.75 | 63.23 | 16.9 | - |
| YUV | 194.82 | 62.07 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 78 | 0.16 | 0 | 0.65 | 0.13 | 75 | 0.69 | 0.59 |
| Hex | BA | DE | 4E | 10 | 0 | 41 | D | 4B | 45 | 3B |
| Octal | 272 | 336 | 116 | 20 | 0 | 101 | 15 | 113 | 105 | 73 |
| Binary | 10111010 | 11011110 | 1001110 | 10000 | 0 | 1000001 | 1101 | 1001011 | 1000101 | 111011 |
Color Harmonies of #BADE4E
Complementary color
Monochromatic Colors of #BADE4E
Black with #BADE4E
Text Example
Text Example
White with #BADE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE4E; }
p { color: rgb(186,222,78); }
H1.HeaderClassName
{
color: #BADE4E;
}
.AnyTagClassName
{
color: #BADE4E;
}
</style>
background-color css
<style>
a { background-color: #BADE4E; }
a { background-color: rgb(186,222,78); }
div.DivClassName
{
background-color: #BADE4E;
}
.BgClassName
{
background-color: #BADE4E;
}
</style>
border-color css
<style>
span { border-color: #BADE4E; }
span { border-color: rgb(186,222,78); }
td.TdClassName
{
border-color: #BADE4E;
}
.TagClassName
{
border-color: #BADE4E;
}
</style>