Shades of Conifer #BADF53
Tints of Conifer #BADF53
RGB
CMYK
RGB Variations
Color information
#BADF53 (or 0xBADF53) is known color: Conifer. HEX triplet: BA, DF and 53. RGB value is (186,223,83). Sum of RGB (Red+Green+Blue) = 186+223+83=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 83 (32.81% from 255 or 16.87% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF53 is #4520AC. Grayscale: #C4C4C4. Windows color (decimal): -4530349 or 5496762. OLE color: 5496762.
HSL color Cylindrical-coordinate representation of color #BADF53: hue angle of 75.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BADF53 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 83 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.13 |
| HSL | 75.86º | 0.69% | 0.6% | - |
| HSV(B) | 75.86º | 0.63% | 0.87% | - |
| XYZ | 48.2 | 63.84 | 17.97 | - |
| YUV | 195.98 | 64.24 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 83 | 0.17 | 0 | 0.63 | 0.13 | 75.86 | 0.69 | 0.6 |
| Hex | BA | DF | 53 | 11 | 0 | 3F | D | 4C | 45 | 3C |
| Octal | 272 | 337 | 123 | 21 | 0 | 77 | 15 | 114 | 105 | 74 |
| Binary | 10111010 | 11011111 | 1010011 | 10001 | 0 | 111111 | 1101 | 1001100 | 1000101 | 111100 |
Color Harmonies of #BADF53
Complementary color
Monochromatic Colors of #BADF53
Black with #BADF53
Text Example
Text Example
White with #BADF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF53; }
p { color: rgb(186,223,83); }
H1.HeaderClassName
{
color: #BADF53;
}
.AnyTagClassName
{
color: #BADF53;
}
</style>
background-color css
<style>
a { background-color: #BADF53; }
a { background-color: rgb(186,223,83); }
div.DivClassName
{
background-color: #BADF53;
}
.BgClassName
{
background-color: #BADF53;
}
</style>
border-color css
<style>
span { border-color: #BADF53; }
span { border-color: rgb(186,223,83); }
td.TdClassName
{
border-color: #BADF53;
}
.TagClassName
{
border-color: #BADF53;
}
</style>