Shades of Conifer #BCE555
Tints of Conifer #BCE555
RGB
CMYK
RGB Variations
Color information
#BCE555 (or 0xBCE555) is known color: Conifer. HEX triplet: BC, E5 and 55. RGB value is (188,229,85). Sum of RGB (Red+Green+Blue) = 188+229+85=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE555 is #431AAA. Grayscale: #C8C8C8. Windows color (decimal): -4397739 or 5629372. OLE color: 5629372.
HSL color Cylindrical-coordinate representation of color #BCE555: hue angle of 77.08º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCE555 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 85 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.10 |
| HSL | 77.08º | 0.73% | 0.62% | - |
| HSV(B) | 77.08º | 0.63% | 0.9% | - |
| XYZ | 50.4 | 67.39 | 18.94 | - |
| YUV | 200.33 | 62.92 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 85 | 0.18 | 0 | 0.63 | 0.10 | 77.08 | 0.73 | 0.62 |
| Hex | BC | E5 | 55 | 12 | 0 | 3F | A | 4D | 49 | 3E |
| Octal | 274 | 345 | 125 | 22 | 0 | 77 | 12 | 115 | 111 | 76 |
| Binary | 10111100 | 11100101 | 1010101 | 10010 | 0 | 111111 | 1010 | 1001101 | 1001001 | 111110 |
Color Harmonies of #BCE555
Complementary color
Monochromatic Colors of #BCE555
Black with #BCE555
Text Example
Text Example
White with #BCE555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE555; }
p { color: rgb(188,229,85); }
H1.HeaderClassName
{
color: #BCE555;
}
.AnyTagClassName
{
color: #BCE555;
}
</style>
background-color css
<style>
a { background-color: #BCE555; }
a { background-color: rgb(188,229,85); }
div.DivClassName
{
background-color: #BCE555;
}
.BgClassName
{
background-color: #BCE555;
}
</style>
border-color css
<style>
span { border-color: #BCE555; }
span { border-color: rgb(188,229,85); }
td.TdClassName
{
border-color: #BCE555;
}
.TagClassName
{
border-color: #BCE555;
}
</style>