Shades of Conifer #BAE64D
Tints of Conifer #BAE64D
RGB
CMYK
RGB Variations
Color information
#BAE64D (or 0xBAE64D) is known color: Conifer. HEX triplet: BA, E6 and 4D. RGB value is (186,230,77). Sum of RGB (Red+Green+Blue) = 186+230+77=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE64D is #4519B2. Grayscale: #C7C7C7. Windows color (decimal): -4528563 or 5105338. OLE color: 5105338.
HSL color Cylindrical-coordinate representation of color #BAE64D: hue angle of 77.25º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAE64D is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 77 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.10 |
| HSL | 77.25º | 0.75% | 0.6% | - |
| HSV(B) | 77.25º | 0.67% | 0.9% | - |
| XYZ | 49.89 | 67.57 | 17.43 | - |
| YUV | 199.4 | 58.92 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 77 | 0.19 | 0 | 0.67 | 0.10 | 77.25 | 0.75 | 0.6 |
| Hex | BA | E6 | 4D | 13 | 0 | 43 | A | 4D | 4B | 3C |
| Octal | 272 | 346 | 115 | 23 | 0 | 103 | 12 | 115 | 113 | 74 |
| Binary | 10111010 | 11100110 | 1001101 | 10011 | 0 | 1000011 | 1010 | 1001101 | 1001011 | 111100 |
Color Harmonies of #BAE64D
Complementary color
Monochromatic Colors of #BAE64D
Black with #BAE64D
Text Example
Text Example
White with #BAE64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE64D; }
p { color: rgb(186,230,77); }
H1.HeaderClassName
{
color: #BAE64D;
}
.AnyTagClassName
{
color: #BAE64D;
}
</style>
background-color css
<style>
a { background-color: #BAE64D; }
a { background-color: rgb(186,230,77); }
div.DivClassName
{
background-color: #BAE64D;
}
.BgClassName
{
background-color: #BAE64D;
}
</style>
border-color css
<style>
span { border-color: #BAE64D; }
span { border-color: rgb(186,230,77); }
td.TdClassName
{
border-color: #BAE64D;
}
.TagClassName
{
border-color: #BAE64D;
}
</style>