Shades of Conifer #BCE64E
Tints of Conifer #BCE64E
RGB
CMYK
RGB Variations
Color information
#BCE64E (or 0xBCE64E) is known color: Conifer. HEX triplet: BC, E6 and 4E. RGB value is (188,230,78). Sum of RGB (Red+Green+Blue) = 188+230+78=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE64E is #4319B1. Grayscale: #C8C8C8. Windows color (decimal): -4397490 or 5170876. OLE color: 5170876.
HSL color Cylindrical-coordinate representation of color #BCE64E: hue angle of 76.58º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCE64E is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 78 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.10 |
| HSL | 76.58º | 0.75% | 0.6% | - |
| HSV(B) | 76.58º | 0.66% | 0.9% | - |
| XYZ | 50.41 | 67.84 | 17.64 | - |
| YUV | 200.11 | 59.09 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 78 | 0.18 | 0 | 0.66 | 0.10 | 76.58 | 0.75 | 0.6 |
| Hex | BC | E6 | 4E | 12 | 0 | 42 | A | 4D | 4B | 3C |
| Octal | 274 | 346 | 116 | 22 | 0 | 102 | 12 | 115 | 113 | 74 |
| Binary | 10111100 | 11100110 | 1001110 | 10010 | 0 | 1000010 | 1010 | 1001101 | 1001011 | 111100 |
Color Harmonies of #BCE64E
Complementary color
Monochromatic Colors of #BCE64E
Black with #BCE64E
Text Example
Text Example
White with #BCE64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE64E; }
p { color: rgb(188,230,78); }
H1.HeaderClassName
{
color: #BCE64E;
}
.AnyTagClassName
{
color: #BCE64E;
}
</style>
background-color css
<style>
a { background-color: #BCE64E; }
a { background-color: rgb(188,230,78); }
div.DivClassName
{
background-color: #BCE64E;
}
.BgClassName
{
background-color: #BCE64E;
}
</style>
border-color css
<style>
span { border-color: #BCE64E; }
span { border-color: rgb(188,230,78); }
td.TdClassName
{
border-color: #BCE64E;
}
.TagClassName
{
border-color: #BCE64E;
}
</style>