Shades of Conifer #BAEE4D
Tints of Conifer #BAEE4D
RGB
CMYK
RGB Variations
Color information
#BAEE4D (or 0xBAEE4D) is known color: Conifer. HEX triplet: BA, EE and 4D. RGB value is (186,238,77). Sum of RGB (Red+Green+Blue) = 186+238+77=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEE4D is #4511B2. Grayscale: #CCCCCC. Windows color (decimal): -4526515 or 5107386. OLE color: 5107386.
HSL color Cylindrical-coordinate representation of color #BAEE4D: hue angle of 79.38º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAEE4D is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 77 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.07 |
| HSL | 79.38º | 0.83% | 0.62% | - |
| HSV(B) | 79.38º | 0.68% | 0.93% | - |
| XYZ | 52.16 | 72.12 | 18.19 | - |
| YUV | 204.1 | 56.27 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 77 | 0.22 | 0 | 0.68 | 0.07 | 79.38 | 0.83 | 0.62 |
| Hex | BA | EE | 4D | 16 | 0 | 44 | 7 | 4F | 53 | 3E |
| Octal | 272 | 356 | 115 | 26 | 0 | 104 | 7 | 117 | 123 | 76 |
| Binary | 10111010 | 11101110 | 1001101 | 10110 | 0 | 1000100 | 111 | 1001111 | 1010011 | 111110 |
Color Harmonies of #BAEE4D
Complementary color
Monochromatic Colors of #BAEE4D
Black with #BAEE4D
Text Example
Text Example
White with #BAEE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEE4D; }
p { color: rgb(186,238,77); }
H1.HeaderClassName
{
color: #BAEE4D;
}
.AnyTagClassName
{
color: #BAEE4D;
}
</style>
background-color css
<style>
a { background-color: #BAEE4D; }
a { background-color: rgb(186,238,77); }
div.DivClassName
{
background-color: #BAEE4D;
}
.BgClassName
{
background-color: #BAEE4D;
}
</style>
border-color css
<style>
span { border-color: #BAEE4D; }
span { border-color: rgb(186,238,77); }
td.TdClassName
{
border-color: #BAEE4D;
}
.TagClassName
{
border-color: #BAEE4D;
}
</style>