Shades of Conifer #BCED50
Tints of Conifer #BCED50
RGB
CMYK
RGB Variations
Color information
#BCED50 (or 0xBCED50) is known color: Conifer. HEX triplet: BC, ED and 50. RGB value is (188,237,80). Sum of RGB (Red+Green+Blue) = 188+237+80=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED50 is #4312AF. Grayscale: #CDCDCD. Windows color (decimal): -4395696 or 5303740. OLE color: 5303740.
HSL color Cylindrical-coordinate representation of color #BCED50: hue angle of 78.73º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCED50 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 80 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.07 |
| HSL | 78.73º | 0.81% | 0.62% | - |
| HSV(B) | 78.73º | 0.66% | 0.93% | - |
| XYZ | 52.47 | 71.84 | 18.69 | - |
| YUV | 204.45 | 57.77 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 80 | 0.21 | 0 | 0.66 | 0.07 | 78.73 | 0.81 | 0.62 |
| Hex | BC | ED | 50 | 15 | 0 | 42 | 7 | 4F | 51 | 3E |
| Octal | 274 | 355 | 120 | 25 | 0 | 102 | 7 | 117 | 121 | 76 |
| Binary | 10111100 | 11101101 | 1010000 | 10101 | 0 | 1000010 | 111 | 1001111 | 1010001 | 111110 |
Color Harmonies of #BCED50
Complementary color
Monochromatic Colors of #BCED50
Black with #BCED50
Text Example
Text Example
White with #BCED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED50; }
p { color: rgb(188,237,80); }
H1.HeaderClassName
{
color: #BCED50;
}
.AnyTagClassName
{
color: #BCED50;
}
</style>
background-color css
<style>
a { background-color: #BCED50; }
a { background-color: rgb(188,237,80); }
div.DivClassName
{
background-color: #BCED50;
}
.BgClassName
{
background-color: #BCED50;
}
</style>
border-color css
<style>
span { border-color: #BCED50; }
span { border-color: rgb(188,237,80); }
td.TdClassName
{
border-color: #BCED50;
}
.TagClassName
{
border-color: #BCED50;
}
</style>