Shades of Conifer #BCD54E
Tints of Conifer #BCD54E
RGB
CMYK
RGB Variations
Color information
#BCD54E (or 0xBCD54E) is known color: Conifer. HEX triplet: BC, D5 and 4E. RGB value is (188,213,78). Sum of RGB (Red+Green+Blue) = 188+213+78=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD54E is #432AB1. Grayscale: #BEBEBE. Windows color (decimal): -4401842 or 5166524. OLE color: 5166524.
HSL color Cylindrical-coordinate representation of color #BCD54E: hue angle of 71.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCD54E is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 78 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.16 |
| HSL | 71.11º | 0.62% | 0.57% | - |
| HSV(B) | 71.11º | 0.63% | 0.84% | - |
| XYZ | 45.91 | 58.83 | 16.14 | - |
| YUV | 190.14 | 64.72 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 78 | 0.12 | 0 | 0.63 | 0.16 | 71.11 | 0.62 | 0.57 |
| Hex | BC | D5 | 4E | C | 0 | 3F | 10 | 47 | 3E | 39 |
| Octal | 274 | 325 | 116 | 14 | 0 | 77 | 20 | 107 | 76 | 71 |
| Binary | 10111100 | 11010101 | 1001110 | 1100 | 0 | 111111 | 10000 | 1000111 | 111110 | 111001 |
Color Harmonies of #BCD54E
Complementary color
Monochromatic Colors of #BCD54E
Black with #BCD54E
Text Example
Text Example
White with #BCD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD54E; }
p { color: rgb(188,213,78); }
H1.HeaderClassName
{
color: #BCD54E;
}
.AnyTagClassName
{
color: #BCD54E;
}
</style>
background-color css
<style>
a { background-color: #BCD54E; }
a { background-color: rgb(188,213,78); }
div.DivClassName
{
background-color: #BCD54E;
}
.BgClassName
{
background-color: #BCD54E;
}
</style>
border-color css
<style>
span { border-color: #BCD54E; }
span { border-color: rgb(188,213,78); }
td.TdClassName
{
border-color: #BCD54E;
}
.TagClassName
{
border-color: #BCD54E;
}
</style>