Shades of Conifer #BCE451
Tints of Conifer #BCE451
RGB
CMYK
RGB Variations
Color information
#BCE451 (or 0xBCE451) is known color: Conifer. HEX triplet: BC, E4 and 51. RGB value is (188,228,81). Sum of RGB (Red+Green+Blue) = 188+228+81=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE451 is #431BAE. Grayscale: #C7C7C7. Windows color (decimal): -4397999 or 5366972. OLE color: 5366972.
HSL color Cylindrical-coordinate representation of color #BCE451: hue angle of 76.33º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCE451 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 81 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.11 |
| HSL | 76.33º | 0.73% | 0.61% | - |
| HSV(B) | 76.33º | 0.64% | 0.89% | - |
| XYZ | 49.97 | 66.77 | 18.04 | - |
| YUV | 199.28 | 61.25 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 81 | 0.18 | 0 | 0.64 | 0.11 | 76.33 | 0.73 | 0.61 |
| Hex | BC | E4 | 51 | 12 | 0 | 40 | B | 4C | 49 | 3D |
| Octal | 274 | 344 | 121 | 22 | 0 | 100 | 13 | 114 | 111 | 75 |
| Binary | 10111100 | 11100100 | 1010001 | 10010 | 0 | 1000000 | 1011 | 1001100 | 1001001 | 111101 |
Color Harmonies of #BCE451
Complementary color
Monochromatic Colors of #BCE451
Black with #BCE451
Text Example
Text Example
White with #BCE451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE451; }
p { color: rgb(188,228,81); }
H1.HeaderClassName
{
color: #BCE451;
}
.AnyTagClassName
{
color: #BCE451;
}
</style>
background-color css
<style>
a { background-color: #BCE451; }
a { background-color: rgb(188,228,81); }
div.DivClassName
{
background-color: #BCE451;
}
.BgClassName
{
background-color: #BCE451;
}
</style>
border-color css
<style>
span { border-color: #BCE451; }
span { border-color: rgb(188,228,81); }
td.TdClassName
{
border-color: #BCE451;
}
.TagClassName
{
border-color: #BCE451;
}
</style>