Shades of Conifer #BCED5E
Tints of Conifer #BCED5E
RGB
CMYK
RGB Variations
Color information
#BCED5E (or 0xBCED5E) is known color: Conifer. HEX triplet: BC, ED and 5E. RGB value is (188,237,94). Sum of RGB (Red+Green+Blue) = 188+237+94=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED5E is #4312A1. Grayscale: #CECECE. Windows color (decimal): -4395682 or 6221244. OLE color: 6221244.
HSL color Cylindrical-coordinate representation of color #BCED5E: hue angle of 80.56º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCED5E is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 94 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.07 |
| HSL | 80.56º | 0.8% | 0.65% | - |
| HSV(B) | 80.56º | 0.6% | 0.93% | - |
| XYZ | 53.04 | 72.07 | 21.7 | - |
| YUV | 206.05 | 64.77 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 94 | 0.21 | 0 | 0.60 | 0.07 | 80.56 | 0.8 | 0.65 |
| Hex | BC | ED | 5E | 15 | 0 | 3C | 7 | 51 | 50 | 41 |
| Octal | 274 | 355 | 136 | 25 | 0 | 74 | 7 | 121 | 120 | 101 |
| Binary | 10111100 | 11101101 | 1011110 | 10101 | 0 | 111100 | 111 | 1010001 | 1010000 | 1000001 |
Color Harmonies of #BCED5E
Complementary color
Monochromatic Colors of #BCED5E
Black with #BCED5E
Text Example
Text Example
White with #BCED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED5E; }
p { color: rgb(188,237,94); }
H1.HeaderClassName
{
color: #BCED5E;
}
.AnyTagClassName
{
color: #BCED5E;
}
</style>
background-color css
<style>
a { background-color: #BCED5E; }
a { background-color: rgb(188,237,94); }
div.DivClassName
{
background-color: #BCED5E;
}
.BgClassName
{
background-color: #BCED5E;
}
</style>
border-color css
<style>
span { border-color: #BCED5E; }
span { border-color: rgb(188,237,94); }
td.TdClassName
{
border-color: #BCED5E;
}
.TagClassName
{
border-color: #BCED5E;
}
</style>