Shades of Conifer #BCED4D
Tints of Conifer #BCED4D
RGB
CMYK
RGB Variations
Color information
#BCED4D (or 0xBCED4D) is known color: Conifer. HEX triplet: BC, ED and 4D. RGB value is (188,237,77). Sum of RGB (Red+Green+Blue) = 188+237+77=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED4D is #4312B2. Grayscale: #CCCCCC. Windows color (decimal): -4395699 or 5107132. OLE color: 5107132.
HSL color Cylindrical-coordinate representation of color #BCED4D: hue angle of 78.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCED4D is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 77 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.07 |
| HSL | 78.38º | 0.82% | 0.62% | - |
| HSV(B) | 78.38º | 0.68% | 0.93% | - |
| XYZ | 52.36 | 71.8 | 18.12 | - |
| YUV | 204.11 | 56.27 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 77 | 0.21 | 0 | 0.68 | 0.07 | 78.38 | 0.82 | 0.62 |
| Hex | BC | ED | 4D | 15 | 0 | 44 | 7 | 4E | 52 | 3E |
| Octal | 274 | 355 | 115 | 25 | 0 | 104 | 7 | 116 | 122 | 76 |
| Binary | 10111100 | 11101101 | 1001101 | 10101 | 0 | 1000100 | 111 | 1001110 | 1010010 | 111110 |
Color Harmonies of #BCED4D
Complementary color
Monochromatic Colors of #BCED4D
Black with #BCED4D
Text Example
Text Example
White with #BCED4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED4D; }
p { color: rgb(188,237,77); }
H1.HeaderClassName
{
color: #BCED4D;
}
.AnyTagClassName
{
color: #BCED4D;
}
</style>
background-color css
<style>
a { background-color: #BCED4D; }
a { background-color: rgb(188,237,77); }
div.DivClassName
{
background-color: #BCED4D;
}
.BgClassName
{
background-color: #BCED4D;
}
</style>
border-color css
<style>
span { border-color: #BCED4D; }
span { border-color: rgb(188,237,77); }
td.TdClassName
{
border-color: #BCED4D;
}
.TagClassName
{
border-color: #BCED4D;
}
</style>