Shades of Conifer #BCE24D
Tints of Conifer #BCE24D
RGB
CMYK
RGB Variations
Color information
#BCE24D (or 0xBCE24D) is known color: Conifer. HEX triplet: BC, E2 and 4D. RGB value is (188,226,77). Sum of RGB (Red+Green+Blue) = 188+226+77=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE24D is #431DB2. Grayscale: #C6C6C6. Windows color (decimal): -4398515 or 5104316. OLE color: 5104316.
HSL color Cylindrical-coordinate representation of color #BCE24D: hue angle of 75.3º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCE24D is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 77 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.11 |
| HSL | 75.3º | 0.72% | 0.59% | - |
| HSV(B) | 75.3º | 0.66% | 0.89% | - |
| XYZ | 49.27 | 65.62 | 17.09 | - |
| YUV | 197.65 | 59.91 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 77 | 0.17 | 0 | 0.66 | 0.11 | 75.3 | 0.72 | 0.59 |
| Hex | BC | E2 | 4D | 11 | 0 | 42 | B | 4B | 48 | 3B |
| Octal | 274 | 342 | 115 | 21 | 0 | 102 | 13 | 113 | 110 | 73 |
| Binary | 10111100 | 11100010 | 1001101 | 10001 | 0 | 1000010 | 1011 | 1001011 | 1001000 | 111011 |
Color Harmonies of #BCE24D
Complementary color
Monochromatic Colors of #BCE24D
Black with #BCE24D
Text Example
Text Example
White with #BCE24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE24D; }
p { color: rgb(188,226,77); }
H1.HeaderClassName
{
color: #BCE24D;
}
.AnyTagClassName
{
color: #BCE24D;
}
</style>
background-color css
<style>
a { background-color: #BCE24D; }
a { background-color: rgb(188,226,77); }
div.DivClassName
{
background-color: #BCE24D;
}
.BgClassName
{
background-color: #BCE24D;
}
</style>
border-color css
<style>
span { border-color: #BCE24D; }
span { border-color: rgb(188,226,77); }
td.TdClassName
{
border-color: #BCE24D;
}
.TagClassName
{
border-color: #BCE24D;
}
</style>