Shades of Conifer #BADF65
Tints of Conifer #BADF65
RGB
CMYK
RGB Variations
Color information
#BADF65 (or 0xBADF65) is known color: Conifer. HEX triplet: BA, DF and 65. RGB value is (186,223,101). Sum of RGB (Red+Green+Blue) = 186+223+101=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF65 is #45209A. Grayscale: #C6C6C6. Windows color (decimal): -4530331 or 6676410. OLE color: 6676410.
HSL color Cylindrical-coordinate representation of color #BADF65: hue angle of 78.2º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BADF65 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 101 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.13 |
| HSL | 78.2º | 0.66% | 0.64% | - |
| HSV(B) | 78.2º | 0.55% | 0.87% | - |
| XYZ | 48.99 | 64.15 | 22.11 | - |
| YUV | 198.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 101 | 0.17 | 0 | 0.55 | 0.13 | 78.2 | 0.66 | 0.64 |
| Hex | BA | DF | 65 | 11 | 0 | 37 | D | 4E | 42 | 40 |
| Octal | 272 | 337 | 145 | 21 | 0 | 67 | 15 | 116 | 102 | 100 |
| Binary | 10111010 | 11011111 | 1100101 | 10001 | 0 | 110111 | 1101 | 1001110 | 1000010 | 1000000 |
Color Harmonies of #BADF65
Complementary color
Monochromatic Colors of #BADF65
Black with #BADF65
Text Example
Text Example
White with #BADF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF65; }
p { color: rgb(186,223,101); }
H1.HeaderClassName
{
color: #BADF65;
}
.AnyTagClassName
{
color: #BADF65;
}
</style>
background-color css
<style>
a { background-color: #BADF65; }
a { background-color: rgb(186,223,101); }
div.DivClassName
{
background-color: #BADF65;
}
.BgClassName
{
background-color: #BADF65;
}
</style>
border-color css
<style>
span { border-color: #BADF65; }
span { border-color: rgb(186,223,101); }
td.TdClassName
{
border-color: #BADF65;
}
.TagClassName
{
border-color: #BADF65;
}
</style>