Shades of Conifer #BADF4D
Tints of Conifer #BADF4D
RGB
CMYK
RGB Variations
Color information
#BADF4D (or 0xBADF4D) is known color: Conifer. HEX triplet: BA, DF and 4D. RGB value is (186,223,77). Sum of RGB (Red+Green+Blue) = 186+223+77=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF4D is #4520B2. Grayscale: #C3C3C3. Windows color (decimal): -4530355 or 5103546. OLE color: 5103546.
HSL color Cylindrical-coordinate representation of color #BADF4D: hue angle of 75.21º degrees, saturation: 0.7, 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 #BADF4D is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 77 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.13 |
| HSL | 75.21º | 0.7% | 0.59% | - |
| HSV(B) | 75.21º | 0.65% | 0.87% | - |
| XYZ | 47.98 | 63.75 | 16.8 | - |
| YUV | 195.29 | 61.24 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 77 | 0.17 | 0 | 0.65 | 0.13 | 75.21 | 0.7 | 0.59 |
| Hex | BA | DF | 4D | 11 | 0 | 41 | D | 4B | 46 | 3B |
| Octal | 272 | 337 | 115 | 21 | 0 | 101 | 15 | 113 | 106 | 73 |
| Binary | 10111010 | 11011111 | 1001101 | 10001 | 0 | 1000001 | 1101 | 1001011 | 1000110 | 111011 |
Color Harmonies of #BADF4D
Complementary color
Monochromatic Colors of #BADF4D
Black with #BADF4D
Text Example
Text Example
White with #BADF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF4D; }
p { color: rgb(186,223,77); }
H1.HeaderClassName
{
color: #BADF4D;
}
.AnyTagClassName
{
color: #BADF4D;
}
</style>
background-color css
<style>
a { background-color: #BADF4D; }
a { background-color: rgb(186,223,77); }
div.DivClassName
{
background-color: #BADF4D;
}
.BgClassName
{
background-color: #BADF4D;
}
</style>
border-color css
<style>
span { border-color: #BADF4D; }
span { border-color: rgb(186,223,77); }
td.TdClassName
{
border-color: #BADF4D;
}
.TagClassName
{
border-color: #BADF4D;
}
</style>