Shades of Conifer #BADF55
Tints of Conifer #BADF55
RGB
CMYK
RGB Variations
Color information
#BADF55 (or 0xBADF55) is known color: Conifer. HEX triplet: BA, DF and 55. RGB value is (186,223,85). Sum of RGB (Red+Green+Blue) = 186+223+85=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF55 is #4520AA. Grayscale: #C4C4C4. Windows color (decimal): -4530347 or 5627834. OLE color: 5627834.
HSL color Cylindrical-coordinate representation of color #BADF55: hue angle of 76.09º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BADF55 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 85 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.13 |
| HSL | 76.09º | 0.68% | 0.6% | - |
| HSV(B) | 76.09º | 0.62% | 0.87% | - |
| XYZ | 48.28 | 63.87 | 18.38 | - |
| YUV | 196.21 | 65.24 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 85 | 0.17 | 0 | 0.62 | 0.13 | 76.09 | 0.68 | 0.6 |
| Hex | BA | DF | 55 | 11 | 0 | 3E | D | 4C | 44 | 3C |
| Octal | 272 | 337 | 125 | 21 | 0 | 76 | 15 | 114 | 104 | 74 |
| Binary | 10111010 | 11011111 | 1010101 | 10001 | 0 | 111110 | 1101 | 1001100 | 1000100 | 111100 |
Color Harmonies of #BADF55
Complementary color
Monochromatic Colors of #BADF55
Black with #BADF55
Text Example
Text Example
White with #BADF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF55; }
p { color: rgb(186,223,85); }
H1.HeaderClassName
{
color: #BADF55;
}
.AnyTagClassName
{
color: #BADF55;
}
</style>
background-color css
<style>
a { background-color: #BADF55; }
a { background-color: rgb(186,223,85); }
div.DivClassName
{
background-color: #BADF55;
}
.BgClassName
{
background-color: #BADF55;
}
</style>
border-color css
<style>
span { border-color: #BADF55; }
span { border-color: rgb(186,223,85); }
td.TdClassName
{
border-color: #BADF55;
}
.TagClassName
{
border-color: #BADF55;
}
</style>