Shades of Conifer #BCE54B
Tints of Conifer #BCE54B
RGB
CMYK
RGB Variations
Color information
#BCE54B (or 0xBCE54B) is known color: Conifer. HEX triplet: BC, E5 and 4B. RGB value is (188,229,75). Sum of RGB (Red+Green+Blue) = 188+229+75=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE54B is #431AB4. Grayscale: #C7C7C7. Windows color (decimal): -4397749 or 4974012. OLE color: 4974012.
HSL color Cylindrical-coordinate representation of color #BCE54B: hue angle of 75.97º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCE54B is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 75 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.10 |
| HSL | 75.97º | 0.75% | 0.6% | - |
| HSV(B) | 75.97º | 0.67% | 0.9% | - |
| XYZ | 50.03 | 67.24 | 17 | - |
| YUV | 199.19 | 57.92 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 75 | 0.18 | 0 | 0.67 | 0.10 | 75.97 | 0.75 | 0.6 |
| Hex | BC | E5 | 4B | 12 | 0 | 43 | A | 4C | 4B | 3C |
| Octal | 274 | 345 | 113 | 22 | 0 | 103 | 12 | 114 | 113 | 74 |
| Binary | 10111100 | 11100101 | 1001011 | 10010 | 0 | 1000011 | 1010 | 1001100 | 1001011 | 111100 |
Color Harmonies of #BCE54B
Complementary color
Monochromatic Colors of #BCE54B
Black with #BCE54B
Text Example
Text Example
White with #BCE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE54B; }
p { color: rgb(188,229,75); }
H1.HeaderClassName
{
color: #BCE54B;
}
.AnyTagClassName
{
color: #BCE54B;
}
</style>
background-color css
<style>
a { background-color: #BCE54B; }
a { background-color: rgb(188,229,75); }
div.DivClassName
{
background-color: #BCE54B;
}
.BgClassName
{
background-color: #BCE54B;
}
</style>
border-color css
<style>
span { border-color: #BCE54B; }
span { border-color: rgb(188,229,75); }
td.TdClassName
{
border-color: #BCE54B;
}
.TagClassName
{
border-color: #BCE54B;
}
</style>