Shades of Conifer #BCED64
Tints of Conifer #BCED64
RGB
CMYK
RGB Variations
Color information
#BCED64 (or 0xBCED64) is known color: Conifer. HEX triplet: BC, ED and 64. RGB value is (188,237,100). Sum of RGB (Red+Green+Blue) = 188+237+100=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED64 is #43129B. Grayscale: #CFCFCF. Windows color (decimal): -4395676 or 6614460. OLE color: 6614460.
HSL color Cylindrical-coordinate representation of color #BCED64: hue angle of 81.46º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCED64 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 100 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.07 |
| HSL | 81.46º | 0.79% | 0.66% | - |
| HSV(B) | 81.46º | 0.58% | 0.93% | - |
| XYZ | 53.32 | 72.18 | 23.18 | - |
| YUV | 206.73 | 67.77 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 100 | 0.21 | 0 | 0.58 | 0.07 | 81.46 | 0.79 | 0.66 |
| Hex | BC | ED | 64 | 15 | 0 | 3A | 7 | 51 | 4F | 42 |
| Octal | 274 | 355 | 144 | 25 | 0 | 72 | 7 | 121 | 117 | 102 |
| Binary | 10111100 | 11101101 | 1100100 | 10101 | 0 | 111010 | 111 | 1010001 | 1001111 | 1000010 |
Color Harmonies of #BCED64
Complementary color
Monochromatic Colors of #BCED64
Black with #BCED64
Text Example
Text Example
White with #BCED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED64; }
p { color: rgb(188,237,100); }
H1.HeaderClassName
{
color: #BCED64;
}
.AnyTagClassName
{
color: #BCED64;
}
</style>
background-color css
<style>
a { background-color: #BCED64; }
a { background-color: rgb(188,237,100); }
div.DivClassName
{
background-color: #BCED64;
}
.BgClassName
{
background-color: #BCED64;
}
</style>
border-color css
<style>
span { border-color: #BCED64; }
span { border-color: rgb(188,237,100); }
td.TdClassName
{
border-color: #BCED64;
}
.TagClassName
{
border-color: #BCED64;
}
</style>