Shades of Conifer #BCE84D
Tints of Conifer #BCE84D
RGB
CMYK
RGB Variations
Color information
#BCE84D (or 0xBCE84D) is known color: Conifer. HEX triplet: BC, E8 and 4D. RGB value is (188,232,77). Sum of RGB (Red+Green+Blue) = 188+232+77=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE84D is #4317B2. Grayscale: #C9C9C9. Windows color (decimal): -4396979 or 5105852. OLE color: 5105852.
HSL color Cylindrical-coordinate representation of color #BCE84D: hue angle of 77.03º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCE84D is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 77 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.09 |
| HSL | 77.03º | 0.77% | 0.61% | - |
| HSV(B) | 77.03º | 0.67% | 0.91% | - |
| XYZ | 50.94 | 68.94 | 17.64 | - |
| YUV | 201.17 | 57.92 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 77 | 0.19 | 0 | 0.67 | 0.09 | 77.03 | 0.77 | 0.61 |
| Hex | BC | E8 | 4D | 13 | 0 | 43 | 9 | 4D | 4D | 3D |
| Octal | 274 | 350 | 115 | 23 | 0 | 103 | 11 | 115 | 115 | 75 |
| Binary | 10111100 | 11101000 | 1001101 | 10011 | 0 | 1000011 | 1001 | 1001101 | 1001101 | 111101 |
Color Harmonies of #BCE84D
Complementary color
Monochromatic Colors of #BCE84D
Black with #BCE84D
Text Example
Text Example
White with #BCE84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE84D; }
p { color: rgb(188,232,77); }
H1.HeaderClassName
{
color: #BCE84D;
}
.AnyTagClassName
{
color: #BCE84D;
}
</style>
background-color css
<style>
a { background-color: #BCE84D; }
a { background-color: rgb(188,232,77); }
div.DivClassName
{
background-color: #BCE84D;
}
.BgClassName
{
background-color: #BCE84D;
}
</style>
border-color css
<style>
span { border-color: #BCE84D; }
span { border-color: rgb(188,232,77); }
td.TdClassName
{
border-color: #BCE84D;
}
.TagClassName
{
border-color: #BCE84D;
}
</style>