Shades of Conifer #BCE35D
Tints of Conifer #BCE35D
RGB
CMYK
RGB Variations
Color information
#BCE35D (or 0xBCE35D) is known color: Conifer. HEX triplet: BC, E3 and 5D. RGB value is (188,227,93). Sum of RGB (Red+Green+Blue) = 188+227+93=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE35D is #431CA2. Grayscale: #C8C8C8. Windows color (decimal): -4398243 or 6153148. OLE color: 6153148.
HSL color Cylindrical-coordinate representation of color #BCE35D: hue angle of 77.46º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCE35D is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 93 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.11 |
| HSL | 77.46º | 0.71% | 0.63% | - |
| HSV(B) | 77.46º | 0.59% | 0.89% | - |
| XYZ | 50.18 | 66.42 | 20.53 | - |
| YUV | 200.06 | 67.58 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 93 | 0.17 | 0 | 0.59 | 0.11 | 77.46 | 0.71 | 0.63 |
| Hex | BC | E3 | 5D | 11 | 0 | 3B | B | 4D | 47 | 3F |
| Octal | 274 | 343 | 135 | 21 | 0 | 73 | 13 | 115 | 107 | 77 |
| Binary | 10111100 | 11100011 | 1011101 | 10001 | 0 | 111011 | 1011 | 1001101 | 1000111 | 111111 |
Color Harmonies of #BCE35D
Complementary color
Monochromatic Colors of #BCE35D
Black with #BCE35D
Text Example
Text Example
White with #BCE35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE35D; }
p { color: rgb(188,227,93); }
H1.HeaderClassName
{
color: #BCE35D;
}
.AnyTagClassName
{
color: #BCE35D;
}
</style>
background-color css
<style>
a { background-color: #BCE35D; }
a { background-color: rgb(188,227,93); }
div.DivClassName
{
background-color: #BCE35D;
}
.BgClassName
{
background-color: #BCE35D;
}
</style>
border-color css
<style>
span { border-color: #BCE35D; }
span { border-color: rgb(188,227,93); }
td.TdClassName
{
border-color: #BCE35D;
}
.TagClassName
{
border-color: #BCE35D;
}
</style>