Shades of Conifer #BCE45D
Tints of Conifer #BCE45D
RGB
CMYK
RGB Variations
Color information
#BCE45D (or 0xBCE45D) is known color: Conifer. HEX triplet: BC, E4 and 5D. RGB value is (188,228,93). Sum of RGB (Red+Green+Blue) = 188+228+93=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE45D is #431BA2. Grayscale: #C9C9C9. Windows color (decimal): -4397987 or 6153404. OLE color: 6153404.
HSL color Cylindrical-coordinate representation of color #BCE45D: hue angle of 77.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCE45D is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 93 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.11 |
| HSL | 77.78º | 0.71% | 0.63% | - |
| HSV(B) | 77.78º | 0.59% | 0.89% | - |
| XYZ | 50.46 | 66.97 | 20.62 | - |
| YUV | 200.65 | 67.25 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 93 | 0.18 | 0 | 0.59 | 0.11 | 77.78 | 0.71 | 0.63 |
| Hex | BC | E4 | 5D | 12 | 0 | 3B | B | 4E | 47 | 3F |
| Octal | 274 | 344 | 135 | 22 | 0 | 73 | 13 | 116 | 107 | 77 |
| Binary | 10111100 | 11100100 | 1011101 | 10010 | 0 | 111011 | 1011 | 1001110 | 1000111 | 111111 |
Color Harmonies of #BCE45D
Complementary color
Monochromatic Colors of #BCE45D
Black with #BCE45D
Text Example
Text Example
White with #BCE45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE45D; }
p { color: rgb(188,228,93); }
H1.HeaderClassName
{
color: #BCE45D;
}
.AnyTagClassName
{
color: #BCE45D;
}
</style>
background-color css
<style>
a { background-color: #BCE45D; }
a { background-color: rgb(188,228,93); }
div.DivClassName
{
background-color: #BCE45D;
}
.BgClassName
{
background-color: #BCE45D;
}
</style>
border-color css
<style>
span { border-color: #BCE45D; }
span { border-color: rgb(188,228,93); }
td.TdClassName
{
border-color: #BCE45D;
}
.TagClassName
{
border-color: #BCE45D;
}
</style>