Shades of Conifer #BAEE4E
Tints of Conifer #BAEE4E
RGB
CMYK
RGB Variations
Color information
#BAEE4E (or 0xBAEE4E) is known color: Conifer. HEX triplet: BA, EE and 4E. RGB value is (186,238,78). Sum of RGB (Red+Green+Blue) = 186+238+78=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEE4E is #4511B1. Grayscale: #CCCCCC. Windows color (decimal): -4526514 or 5172922. OLE color: 5172922.
HSL color Cylindrical-coordinate representation of color #BAEE4E: hue angle of 79.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAEE4E is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 78 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.07 |
| HSL | 79.5º | 0.82% | 0.62% | - |
| HSV(B) | 79.5º | 0.67% | 0.93% | - |
| XYZ | 52.2 | 72.14 | 18.38 | - |
| YUV | 204.21 | 56.77 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 78 | 0.22 | 0 | 0.67 | 0.07 | 79.5 | 0.82 | 0.62 |
| Hex | BA | EE | 4E | 16 | 0 | 43 | 7 | 50 | 52 | 3E |
| Octal | 272 | 356 | 116 | 26 | 0 | 103 | 7 | 120 | 122 | 76 |
| Binary | 10111010 | 11101110 | 1001110 | 10110 | 0 | 1000011 | 111 | 1010000 | 1010010 | 111110 |
Color Harmonies of #BAEE4E
Complementary color
Monochromatic Colors of #BAEE4E
Black with #BAEE4E
Text Example
Text Example
White with #BAEE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEE4E; }
p { color: rgb(186,238,78); }
H1.HeaderClassName
{
color: #BAEE4E;
}
.AnyTagClassName
{
color: #BAEE4E;
}
</style>
background-color css
<style>
a { background-color: #BAEE4E; }
a { background-color: rgb(186,238,78); }
div.DivClassName
{
background-color: #BAEE4E;
}
.BgClassName
{
background-color: #BAEE4E;
}
</style>
border-color css
<style>
span { border-color: #BAEE4E; }
span { border-color: rgb(186,238,78); }
td.TdClassName
{
border-color: #BAEE4E;
}
.TagClassName
{
border-color: #BAEE4E;
}
</style>