Shades of Conifer #BADD58
Tints of Conifer #BADD58
RGB
CMYK
RGB Variations
Color information
#BADD58 (or 0xBADD58) is known color: Conifer. HEX triplet: BA, DD and 58. RGB value is (186,221,88). Sum of RGB (Red+Green+Blue) = 186+221+88=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD58 is #4522A7. Grayscale: #C3C3C3. Windows color (decimal): -4530856 or 5823930. OLE color: 5823930.
HSL color Cylindrical-coordinate representation of color #BADD58: hue angle of 75.79º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BADD58 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 88 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.13 |
| HSL | 75.79º | 0.66% | 0.61% | - |
| HSV(B) | 75.79º | 0.6% | 0.87% | - |
| XYZ | 47.87 | 62.86 | 18.84 | - |
| YUV | 195.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 88 | 0.16 | 0 | 0.60 | 0.13 | 75.79 | 0.66 | 0.61 |
| Hex | BA | DD | 58 | 10 | 0 | 3C | D | 4C | 42 | 3D |
| Octal | 272 | 335 | 130 | 20 | 0 | 74 | 15 | 114 | 102 | 75 |
| Binary | 10111010 | 11011101 | 1011000 | 10000 | 0 | 111100 | 1101 | 1001100 | 1000010 | 111101 |
Color Harmonies of #BADD58
Complementary color
Monochromatic Colors of #BADD58
Black with #BADD58
Text Example
Text Example
White with #BADD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD58; }
p { color: rgb(186,221,88); }
H1.HeaderClassName
{
color: #BADD58;
}
.AnyTagClassName
{
color: #BADD58;
}
</style>
background-color css
<style>
a { background-color: #BADD58; }
a { background-color: rgb(186,221,88); }
div.DivClassName
{
background-color: #BADD58;
}
.BgClassName
{
background-color: #BADD58;
}
</style>
border-color css
<style>
span { border-color: #BADD58; }
span { border-color: rgb(186,221,88); }
td.TdClassName
{
border-color: #BADD58;
}
.TagClassName
{
border-color: #BADD58;
}
</style>