Shades of Conifer #BADF57
Tints of Conifer #BADF57
RGB
CMYK
RGB Variations
Color information
#BADF57 (or 0xBADF57) is known color: Conifer. HEX triplet: BA, DF and 57. RGB value is (186,223,87). Sum of RGB (Red+Green+Blue) = 186+223+87=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 87 (34.38% from 255 or 17.54% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF57 is #4520A8. Grayscale: #C4C4C4. Windows color (decimal): -4530345 or 5758906. OLE color: 5758906.
HSL color Cylindrical-coordinate representation of color #BADF57: hue angle of 76.32º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BADF57 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 87 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.13 |
| HSL | 76.32º | 0.68% | 0.61% | - |
| HSV(B) | 76.32º | 0.61% | 0.87% | - |
| XYZ | 48.36 | 63.9 | 18.8 | - |
| YUV | 196.43 | 66.24 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 87 | 0.17 | 0 | 0.61 | 0.13 | 76.32 | 0.68 | 0.61 |
| Hex | BA | DF | 57 | 11 | 0 | 3D | D | 4C | 44 | 3D |
| Octal | 272 | 337 | 127 | 21 | 0 | 75 | 15 | 114 | 104 | 75 |
| Binary | 10111010 | 11011111 | 1010111 | 10001 | 0 | 111101 | 1101 | 1001100 | 1000100 | 111101 |
Color Harmonies of #BADF57
Complementary color
Monochromatic Colors of #BADF57
Black with #BADF57
Text Example
Text Example
White with #BADF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF57; }
p { color: rgb(186,223,87); }
H1.HeaderClassName
{
color: #BADF57;
}
.AnyTagClassName
{
color: #BADF57;
}
</style>
background-color css
<style>
a { background-color: #BADF57; }
a { background-color: rgb(186,223,87); }
div.DivClassName
{
background-color: #BADF57;
}
.BgClassName
{
background-color: #BADF57;
}
</style>
border-color css
<style>
span { border-color: #BADF57; }
span { border-color: rgb(186,223,87); }
td.TdClassName
{
border-color: #BADF57;
}
.TagClassName
{
border-color: #BADF57;
}
</style>