Shades of Conifer #BCE25D
Tints of Conifer #BCE25D
RGB
CMYK
RGB Variations
Color information
#BCE25D (or 0xBCE25D) is known color: Conifer. HEX triplet: BC, E2 and 5D. RGB value is (188,226,93). Sum of RGB (Red+Green+Blue) = 188+226+93=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE25D is #431DA2. Grayscale: #C7C7C7. Windows color (decimal): -4398499 or 6152892. OLE color: 6152892.
HSL color Cylindrical-coordinate representation of color #BCE25D: hue angle of 77.14º degrees, saturation: 0.7, 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 #BCE25D is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 93 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.11 |
| HSL | 77.14º | 0.7% | 0.63% | - |
| HSV(B) | 77.14º | 0.59% | 0.89% | - |
| XYZ | 49.91 | 65.87 | 20.44 | - |
| YUV | 199.48 | 67.91 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 93 | 0.17 | 0 | 0.59 | 0.11 | 77.14 | 0.7 | 0.63 |
| Hex | BC | E2 | 5D | 11 | 0 | 3B | B | 4D | 46 | 3F |
| Octal | 274 | 342 | 135 | 21 | 0 | 73 | 13 | 115 | 106 | 77 |
| Binary | 10111100 | 11100010 | 1011101 | 10001 | 0 | 111011 | 1011 | 1001101 | 1000110 | 111111 |
Color Harmonies of #BCE25D
Complementary color
Monochromatic Colors of #BCE25D
Black with #BCE25D
Text Example
Text Example
White with #BCE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE25D; }
p { color: rgb(188,226,93); }
H1.HeaderClassName
{
color: #BCE25D;
}
.AnyTagClassName
{
color: #BCE25D;
}
</style>
background-color css
<style>
a { background-color: #BCE25D; }
a { background-color: rgb(188,226,93); }
div.DivClassName
{
background-color: #BCE25D;
}
.BgClassName
{
background-color: #BCE25D;
}
</style>
border-color css
<style>
span { border-color: #BCE25D; }
span { border-color: rgb(188,226,93); }
td.TdClassName
{
border-color: #BCE25D;
}
.TagClassName
{
border-color: #BCE25D;
}
</style>