Shades of Conifer #BCED60
Tints of Conifer #BCED60
RGB
CMYK
RGB Variations
Color information
#BCED60 (or 0xBCED60) is known color: Conifer. HEX triplet: BC, ED and 60. RGB value is (188,237,96). Sum of RGB (Red+Green+Blue) = 188+237+96=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED60 is #43129F. Grayscale: #CECECE. Windows color (decimal): -4395680 or 6352316. OLE color: 6352316.
HSL color Cylindrical-coordinate representation of color #BCED60: hue angle of 80.85º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCED60 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 96 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.07 |
| HSL | 80.85º | 0.8% | 0.65% | - |
| HSV(B) | 80.85º | 0.59% | 0.93% | - |
| XYZ | 53.13 | 72.1 | 22.18 | - |
| YUV | 206.28 | 65.77 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 96 | 0.21 | 0 | 0.59 | 0.07 | 80.85 | 0.8 | 0.65 |
| Hex | BC | ED | 60 | 15 | 0 | 3B | 7 | 51 | 50 | 41 |
| Octal | 274 | 355 | 140 | 25 | 0 | 73 | 7 | 121 | 120 | 101 |
| Binary | 10111100 | 11101101 | 1100000 | 10101 | 0 | 111011 | 111 | 1010001 | 1010000 | 1000001 |
Color Harmonies of #BCED60
Complementary color
Monochromatic Colors of #BCED60
Black with #BCED60
Text Example
Text Example
White with #BCED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED60; }
p { color: rgb(188,237,96); }
H1.HeaderClassName
{
color: #BCED60;
}
.AnyTagClassName
{
color: #BCED60;
}
</style>
background-color css
<style>
a { background-color: #BCED60; }
a { background-color: rgb(188,237,96); }
div.DivClassName
{
background-color: #BCED60;
}
.BgClassName
{
background-color: #BCED60;
}
</style>
border-color css
<style>
span { border-color: #BCED60; }
span { border-color: rgb(188,237,96); }
td.TdClassName
{
border-color: #BCED60;
}
.TagClassName
{
border-color: #BCED60;
}
</style>