Shades of Conifer #BADE4F
Tints of Conifer #BADE4F
RGB
CMYK
RGB Variations
Color information
#BADE4F (or 0xBADE4F) is known color: Conifer. HEX triplet: BA, DE and 4F. RGB value is (186,222,79). Sum of RGB (Red+Green+Blue) = 186+222+79=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE4F is #4521B0. Grayscale: #C3C3C3. Windows color (decimal): -4530609 or 5234362. OLE color: 5234362.
HSL color Cylindrical-coordinate representation of color #BADE4F: hue angle of 75.1º degrees, saturation: 0.68, 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 #BADE4F is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 79 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.13 |
| HSL | 75.1º | 0.68% | 0.59% | - |
| HSV(B) | 75.1º | 0.64% | 0.87% | - |
| XYZ | 47.78 | 63.25 | 17.09 | - |
| YUV | 194.93 | 62.57 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 79 | 0.16 | 0 | 0.64 | 0.13 | 75.1 | 0.68 | 0.59 |
| Hex | BA | DE | 4F | 10 | 0 | 40 | D | 4B | 44 | 3B |
| Octal | 272 | 336 | 117 | 20 | 0 | 100 | 15 | 113 | 104 | 73 |
| Binary | 10111010 | 11011110 | 1001111 | 10000 | 0 | 1000000 | 1101 | 1001011 | 1000100 | 111011 |
Color Harmonies of #BADE4F
Complementary color
Monochromatic Colors of #BADE4F
Black with #BADE4F
Text Example
Text Example
White with #BADE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE4F; }
p { color: rgb(186,222,79); }
H1.HeaderClassName
{
color: #BADE4F;
}
.AnyTagClassName
{
color: #BADE4F;
}
</style>
background-color css
<style>
a { background-color: #BADE4F; }
a { background-color: rgb(186,222,79); }
div.DivClassName
{
background-color: #BADE4F;
}
.BgClassName
{
background-color: #BADE4F;
}
</style>
border-color css
<style>
span { border-color: #BADE4F; }
span { border-color: rgb(186,222,79); }
td.TdClassName
{
border-color: #BADE4F;
}
.TagClassName
{
border-color: #BADE4F;
}
</style>