Shades of Conifer #BCE144
Tints of Conifer #BCE144
RGB
CMYK
RGB Variations
Color information
#BCE144 (or 0xBCE144) is known color: Conifer. HEX triplet: BC, E1 and 44. RGB value is (188,225,68). Sum of RGB (Red+Green+Blue) = 188+225+68=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE144 is #431EBB. Grayscale: #C4C4C4. Windows color (decimal): -4398780 or 4514236. OLE color: 4514236.
HSL color Cylindrical-coordinate representation of color #BCE144: hue angle of 74.14º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCE144 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 68 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.12 |
| HSL | 74.14º | 0.72% | 0.57% | - |
| HSV(B) | 74.14º | 0.7% | 0.88% | - |
| XYZ | 48.71 | 64.96 | 15.44 | - |
| YUV | 196.04 | 55.74 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 68 | 0.16 | 0 | 0.70 | 0.12 | 74.14 | 0.72 | 0.57 |
| Hex | BC | E1 | 44 | 10 | 0 | 46 | C | 4A | 48 | 39 |
| Octal | 274 | 341 | 104 | 20 | 0 | 106 | 14 | 112 | 110 | 71 |
| Binary | 10111100 | 11100001 | 1000100 | 10000 | 0 | 1000110 | 1100 | 1001010 | 1001000 | 111001 |
Color Harmonies of #BCE144
Complementary color
Monochromatic Colors of #BCE144
Black with #BCE144
Text Example
Text Example
White with #BCE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE144; }
p { color: rgb(188,225,68); }
H1.HeaderClassName
{
color: #BCE144;
}
.AnyTagClassName
{
color: #BCE144;
}
</style>
background-color css
<style>
a { background-color: #BCE144; }
a { background-color: rgb(188,225,68); }
div.DivClassName
{
background-color: #BCE144;
}
.BgClassName
{
background-color: #BCE144;
}
</style>
border-color css
<style>
span { border-color: #BCE144; }
span { border-color: rgb(188,225,68); }
td.TdClassName
{
border-color: #BCE144;
}
.TagClassName
{
border-color: #BCE144;
}
</style>