Shades of Conifer #BCE75B
Tints of Conifer #BCE75B
RGB
CMYK
RGB Variations
Color information
#BCE75B (or 0xBCE75B) is known color: Conifer. HEX triplet: BC, E7 and 5B. RGB value is (188,231,91). Sum of RGB (Red+Green+Blue) = 188+231+91=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE75B is #4318A4. Grayscale: #CACACA. Windows color (decimal): -4397221 or 6023100. OLE color: 6023100.
HSL color Cylindrical-coordinate representation of color #BCE75B: hue angle of 78.43º degrees, saturation: 0.74, 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 #BCE75B is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 91 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.09 |
| HSL | 78.43º | 0.74% | 0.63% | - |
| HSV(B) | 78.43º | 0.61% | 0.91% | - |
| XYZ | 51.2 | 68.6 | 20.44 | - |
| YUV | 202.18 | 65.25 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 91 | 0.19 | 0 | 0.61 | 0.09 | 78.43 | 0.74 | 0.63 |
| Hex | BC | E7 | 5B | 13 | 0 | 3D | 9 | 4E | 4A | 3F |
| Octal | 274 | 347 | 133 | 23 | 0 | 75 | 11 | 116 | 112 | 77 |
| Binary | 10111100 | 11100111 | 1011011 | 10011 | 0 | 111101 | 1001 | 1001110 | 1001010 | 111111 |
Color Harmonies of #BCE75B
Complementary color
Monochromatic Colors of #BCE75B
Black with #BCE75B
Text Example
Text Example
White with #BCE75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE75B; }
p { color: rgb(188,231,91); }
H1.HeaderClassName
{
color: #BCE75B;
}
.AnyTagClassName
{
color: #BCE75B;
}
</style>
background-color css
<style>
a { background-color: #BCE75B; }
a { background-color: rgb(188,231,91); }
div.DivClassName
{
background-color: #BCE75B;
}
.BgClassName
{
background-color: #BCE75B;
}
</style>
border-color css
<style>
span { border-color: #BCE75B; }
span { border-color: rgb(188,231,91); }
td.TdClassName
{
border-color: #BCE75B;
}
.TagClassName
{
border-color: #BCE75B;
}
</style>