Shades of Conifer #BCE84E
Tints of Conifer #BCE84E
RGB
CMYK
RGB Variations
Color information
#BCE84E (or 0xBCE84E) is known color: Conifer. HEX triplet: BC, E8 and 4E. RGB value is (188,232,78). Sum of RGB (Red+Green+Blue) = 188+232+78=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE84E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE84E is #4317B1. Grayscale: #C9C9C9. Windows color (decimal): -4396978 or 5171388. OLE color: 5171388.
HSL color Cylindrical-coordinate representation of color #BCE84E: hue angle of 77.14º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCE84E is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 78 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.09 |
| HSL | 77.14º | 0.77% | 0.61% | - |
| HSV(B) | 77.14º | 0.66% | 0.91% | - |
| XYZ | 50.97 | 68.95 | 17.83 | - |
| YUV | 201.29 | 58.42 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 78 | 0.19 | 0 | 0.66 | 0.09 | 77.14 | 0.77 | 0.61 |
| Hex | BC | E8 | 4E | 13 | 0 | 42 | 9 | 4D | 4D | 3D |
| Octal | 274 | 350 | 116 | 23 | 0 | 102 | 11 | 115 | 115 | 75 |
| Binary | 10111100 | 11101000 | 1001110 | 10011 | 0 | 1000010 | 1001 | 1001101 | 1001101 | 111101 |
Color Harmonies of #BCE84E
Complementary color
Monochromatic Colors of #BCE84E
Black with #BCE84E
Text Example
Text Example
White with #BCE84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE84E; }
p { color: rgb(188,232,78); }
H1.HeaderClassName
{
color: #BCE84E;
}
.AnyTagClassName
{
color: #BCE84E;
}
</style>
background-color css
<style>
a { background-color: #BCE84E; }
a { background-color: rgb(188,232,78); }
div.DivClassName
{
background-color: #BCE84E;
}
.BgClassName
{
background-color: #BCE84E;
}
</style>
border-color css
<style>
span { border-color: #BCE84E; }
span { border-color: rgb(188,232,78); }
td.TdClassName
{
border-color: #BCE84E;
}
.TagClassName
{
border-color: #BCE84E;
}
</style>