Shades of Conifer #BCE75A
Tints of Conifer #BCE75A
RGB
CMYK
RGB Variations
Color information
#BCE75A (or 0xBCE75A) is known color: Conifer. HEX triplet: BC, E7 and 5A. RGB value is (188,231,90). Sum of RGB (Red+Green+Blue) = 188+231+90=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE75A is #4318A5. Grayscale: #CACACA. Windows color (decimal): -4397222 or 5957564. OLE color: 5957564.
HSL color Cylindrical-coordinate representation of color #BCE75A: hue angle of 78.3º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCE75A is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 90 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.09 |
| HSL | 78.3º | 0.75% | 0.63% | - |
| HSV(B) | 78.3º | 0.61% | 0.91% | - |
| XYZ | 51.16 | 68.58 | 20.21 | - |
| YUV | 202.07 | 64.75 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 90 | 0.19 | 0 | 0.61 | 0.09 | 78.3 | 0.75 | 0.63 |
| Hex | BC | E7 | 5A | 13 | 0 | 3D | 9 | 4E | 4B | 3F |
| Octal | 274 | 347 | 132 | 23 | 0 | 75 | 11 | 116 | 113 | 77 |
| Binary | 10111100 | 11100111 | 1011010 | 10011 | 0 | 111101 | 1001 | 1001110 | 1001011 | 111111 |
Color Harmonies of #BCE75A
Complementary color
Monochromatic Colors of #BCE75A
Black with #BCE75A
Text Example
Text Example
White with #BCE75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE75A; }
p { color: rgb(188,231,90); }
H1.HeaderClassName
{
color: #BCE75A;
}
.AnyTagClassName
{
color: #BCE75A;
}
</style>
background-color css
<style>
a { background-color: #BCE75A; }
a { background-color: rgb(188,231,90); }
div.DivClassName
{
background-color: #BCE75A;
}
.BgClassName
{
background-color: #BCE75A;
}
</style>
border-color css
<style>
span { border-color: #BCE75A; }
span { border-color: rgb(188,231,90); }
td.TdClassName
{
border-color: #BCE75A;
}
.TagClassName
{
border-color: #BCE75A;
}
</style>