Shades of Conifer #BADE64
Tints of Conifer #BADE64
RGB
CMYK
RGB Variations
Color information
#BADE64 (or 0xBADE64) is known color: Conifer. HEX triplet: BA, DE and 64. RGB value is (186,222,100). Sum of RGB (Red+Green+Blue) = 186+222+100=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE64 is #45219B. Grayscale: #C5C5C5. Windows color (decimal): -4530588 or 6610618. OLE color: 6610618.
HSL color Cylindrical-coordinate representation of color #BADE64: hue angle of 77.7º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BADE64 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 100 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.13 |
| HSL | 77.7º | 0.65% | 0.63% | - |
| HSV(B) | 77.7º | 0.55% | 0.87% | - |
| XYZ | 48.67 | 63.6 | 21.77 | - |
| YUV | 197.33 | 73.07 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 100 | 0.16 | 0 | 0.55 | 0.13 | 77.7 | 0.65 | 0.63 |
| Hex | BA | DE | 64 | 10 | 0 | 37 | D | 4E | 41 | 3F |
| Octal | 272 | 336 | 144 | 20 | 0 | 67 | 15 | 116 | 101 | 77 |
| Binary | 10111010 | 11011110 | 1100100 | 10000 | 0 | 110111 | 1101 | 1001110 | 1000001 | 111111 |
Color Harmonies of #BADE64
Complementary color
Monochromatic Colors of #BADE64
Black with #BADE64
Text Example
Text Example
White with #BADE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE64; }
p { color: rgb(186,222,100); }
H1.HeaderClassName
{
color: #BADE64;
}
.AnyTagClassName
{
color: #BADE64;
}
</style>
background-color css
<style>
a { background-color: #BADE64; }
a { background-color: rgb(186,222,100); }
div.DivClassName
{
background-color: #BADE64;
}
.BgClassName
{
background-color: #BADE64;
}
</style>
border-color css
<style>
span { border-color: #BADE64; }
span { border-color: rgb(186,222,100); }
td.TdClassName
{
border-color: #BADE64;
}
.TagClassName
{
border-color: #BADE64;
}
</style>