Shades of Conifer #BCE745
Tints of Conifer #BCE745
RGB
CMYK
RGB Variations
Color information
#BCE745 (or 0xBCE745) is known color: Conifer. HEX triplet: BC, E7 and 45. RGB value is (188,231,69). Sum of RGB (Red+Green+Blue) = 188+231+69=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE745 is #4318BA. Grayscale: #C8C8C8. Windows color (decimal): -4397243 or 4581308. OLE color: 4581308.
HSL color Cylindrical-coordinate representation of color #BCE745: hue angle of 75.93º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCE745 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 69 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.09 |
| HSL | 75.93º | 0.77% | 0.59% | - |
| HSV(B) | 75.93º | 0.7% | 0.91% | - |
| XYZ | 50.39 | 68.27 | 16.15 | - |
| YUV | 199.68 | 54.25 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 69 | 0.19 | 0 | 0.70 | 0.09 | 75.93 | 0.77 | 0.59 |
| Hex | BC | E7 | 45 | 13 | 0 | 46 | 9 | 4C | 4D | 3B |
| Octal | 274 | 347 | 105 | 23 | 0 | 106 | 11 | 114 | 115 | 73 |
| Binary | 10111100 | 11100111 | 1000101 | 10011 | 0 | 1000110 | 1001 | 1001100 | 1001101 | 111011 |
Color Harmonies of #BCE745
Complementary color
Monochromatic Colors of #BCE745
Black with #BCE745
Text Example
Text Example
White with #BCE745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE745; }
p { color: rgb(188,231,69); }
H1.HeaderClassName
{
color: #BCE745;
}
.AnyTagClassName
{
color: #BCE745;
}
</style>
background-color css
<style>
a { background-color: #BCE745; }
a { background-color: rgb(188,231,69); }
div.DivClassName
{
background-color: #BCE745;
}
.BgClassName
{
background-color: #BCE745;
}
</style>
border-color css
<style>
span { border-color: #BCE745; }
span { border-color: rgb(188,231,69); }
td.TdClassName
{
border-color: #BCE745;
}
.TagClassName
{
border-color: #BCE745;
}
</style>