Shades of Conifer #BCE04D
Tints of Conifer #BCE04D
RGB
CMYK
RGB Variations
Color information
#BCE04D (or 0xBCE04D) is known color: Conifer. HEX triplet: BC, E0 and 4D. RGB value is (188,224,77). Sum of RGB (Red+Green+Blue) = 188+224+77=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE04D is #431FB2. Grayscale: #C5C5C5. Windows color (decimal): -4399027 or 5103804. OLE color: 5103804.
HSL color Cylindrical-coordinate representation of color #BCE04D: hue angle of 74.69º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCE04D is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 77 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.12 |
| HSL | 74.69º | 0.7% | 0.59% | - |
| HSV(B) | 74.69º | 0.66% | 0.88% | - |
| XYZ | 48.73 | 64.54 | 16.91 | - |
| YUV | 196.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 77 | 0.16 | 0 | 0.66 | 0.12 | 74.69 | 0.7 | 0.59 |
| Hex | BC | E0 | 4D | 10 | 0 | 42 | C | 4B | 46 | 3B |
| Octal | 274 | 340 | 115 | 20 | 0 | 102 | 14 | 113 | 106 | 73 |
| Binary | 10111100 | 11100000 | 1001101 | 10000 | 0 | 1000010 | 1100 | 1001011 | 1000110 | 111011 |
Color Harmonies of #BCE04D
Complementary color
Monochromatic Colors of #BCE04D
Black with #BCE04D
Text Example
Text Example
White with #BCE04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE04D; }
p { color: rgb(188,224,77); }
H1.HeaderClassName
{
color: #BCE04D;
}
.AnyTagClassName
{
color: #BCE04D;
}
</style>
background-color css
<style>
a { background-color: #BCE04D; }
a { background-color: rgb(188,224,77); }
div.DivClassName
{
background-color: #BCE04D;
}
.BgClassName
{
background-color: #BCE04D;
}
</style>
border-color css
<style>
span { border-color: #BCE04D; }
span { border-color: rgb(188,224,77); }
td.TdClassName
{
border-color: #BCE04D;
}
.TagClassName
{
border-color: #BCE04D;
}
</style>