Shades of Conifer #BAEF54
Tints of Conifer #BAEF54
RGB
CMYK
RGB Variations
Color information
#BAEF54 (or 0xBAEF54) is known color: Conifer. HEX triplet: BA, EF and 54. RGB value is (186,239,84). Sum of RGB (Red+Green+Blue) = 186+239+84=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 84 (33.20% from 255 or 16.50% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEF54 is #4510AB. Grayscale: #CECECE. Windows color (decimal): -4526252 or 5566394. OLE color: 5566394.
HSL color Cylindrical-coordinate representation of color #BAEF54: hue angle of 80.52º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAEF54 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 239 | 84 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.06 |
| HSL | 80.52º | 0.83% | 0.63% | - |
| HSV(B) | 80.52º | 0.65% | 0.94% | - |
| XYZ | 52.72 | 72.81 | 19.66 | - |
| YUV | 205.48 | 59.44 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 239 | 84 | 0.22 | 0 | 0.65 | 0.06 | 80.52 | 0.83 | 0.63 |
| Hex | BA | EF | 54 | 16 | 0 | 41 | 6 | 51 | 53 | 3F |
| Octal | 272 | 357 | 124 | 26 | 0 | 101 | 6 | 121 | 123 | 77 |
| Binary | 10111010 | 11101111 | 1010100 | 10110 | 0 | 1000001 | 110 | 1010001 | 1010011 | 111111 |
Color Harmonies of #BAEF54
Complementary color
Monochromatic Colors of #BAEF54
Black with #BAEF54
Text Example
Text Example
White with #BAEF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEF54; }
p { color: rgb(186,239,84); }
H1.HeaderClassName
{
color: #BAEF54;
}
.AnyTagClassName
{
color: #BAEF54;
}
</style>
background-color css
<style>
a { background-color: #BAEF54; }
a { background-color: rgb(186,239,84); }
div.DivClassName
{
background-color: #BAEF54;
}
.BgClassName
{
background-color: #BAEF54;
}
</style>
border-color css
<style>
span { border-color: #BAEF54; }
span { border-color: rgb(186,239,84); }
td.TdClassName
{
border-color: #BAEF54;
}
.TagClassName
{
border-color: #BAEF54;
}
</style>