Shades of Conifer #BCE547
Tints of Conifer #BCE547
RGB
CMYK
RGB Variations
Color information
#BCE547 (or 0xBCE547) is known color: Conifer. HEX triplet: BC, E5 and 47. RGB value is (188,229,71). Sum of RGB (Red+Green+Blue) = 188+229+71=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE547 is #431AB8. Grayscale: #C7C7C7. Windows color (decimal): -4397753 or 4711868. OLE color: 4711868.
HSL color Cylindrical-coordinate representation of color #BCE547: hue angle of 75.57º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCE547 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 71 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.10 |
| HSL | 75.57º | 0.75% | 0.59% | - |
| HSV(B) | 75.57º | 0.69% | 0.9% | - |
| XYZ | 49.9 | 67.18 | 16.3 | - |
| YUV | 198.73 | 55.92 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 71 | 0.18 | 0 | 0.69 | 0.10 | 75.57 | 0.75 | 0.59 |
| Hex | BC | E5 | 47 | 12 | 0 | 45 | A | 4C | 4B | 3B |
| Octal | 274 | 345 | 107 | 22 | 0 | 105 | 12 | 114 | 113 | 73 |
| Binary | 10111100 | 11100101 | 1000111 | 10010 | 0 | 1000101 | 1010 | 1001100 | 1001011 | 111011 |
Color Harmonies of #BCE547
Complementary color
Monochromatic Colors of #BCE547
Black with #BCE547
Text Example
Text Example
White with #BCE547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE547; }
p { color: rgb(188,229,71); }
H1.HeaderClassName
{
color: #BCE547;
}
.AnyTagClassName
{
color: #BCE547;
}
</style>
background-color css
<style>
a { background-color: #BCE547; }
a { background-color: rgb(188,229,71); }
div.DivClassName
{
background-color: #BCE547;
}
.BgClassName
{
background-color: #BCE547;
}
</style>
border-color css
<style>
span { border-color: #BCE547; }
span { border-color: rgb(188,229,71); }
td.TdClassName
{
border-color: #BCE547;
}
.TagClassName
{
border-color: #BCE547;
}
</style>