Shades of Conifer #BAED3E
Tints of Conifer #BAED3E
RGB
CMYK
RGB Variations
Color information
#BAED3E (or 0xBAED3E) is known color: Conifer. HEX triplet: BA, ED and 3E. RGB value is (186,237,62). Sum of RGB (Red+Green+Blue) = 186+237+62=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAED3E is #4512C1. Grayscale: #CACACA. Windows color (decimal): -4526786 or 4124090. OLE color: 4124090.
HSL color Cylindrical-coordinate representation of color #BAED3E: hue angle of 77.49º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAED3E is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 62 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.07 |
| HSL | 77.49º | 0.83% | 0.59% | - |
| HSV(B) | 77.49º | 0.74% | 0.93% | - |
| XYZ | 51.4 | 71.36 | 15.62 | - |
| YUV | 201.8 | 49.1 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 62 | 0.22 | 0 | 0.74 | 0.07 | 77.49 | 0.83 | 0.59 |
| Hex | BA | ED | 3E | 16 | 0 | 4A | 7 | 4D | 53 | 3B |
| Octal | 272 | 355 | 76 | 26 | 0 | 112 | 7 | 115 | 123 | 73 |
| Binary | 10111010 | 11101101 | 111110 | 10110 | 0 | 1001010 | 111 | 1001101 | 1010011 | 111011 |
Color Harmonies of #BAED3E
Complementary color
Monochromatic Colors of #BAED3E
Black with #BAED3E
Text Example
Text Example
White with #BAED3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAED3E; }
p { color: rgb(186,237,62); }
H1.HeaderClassName
{
color: #BAED3E;
}
.AnyTagClassName
{
color: #BAED3E;
}
</style>
background-color css
<style>
a { background-color: #BAED3E; }
a { background-color: rgb(186,237,62); }
div.DivClassName
{
background-color: #BAED3E;
}
.BgClassName
{
background-color: #BAED3E;
}
</style>
border-color css
<style>
span { border-color: #BAED3E; }
span { border-color: rgb(186,237,62); }
td.TdClassName
{
border-color: #BAED3E;
}
.TagClassName
{
border-color: #BAED3E;
}
</style>