Shades of Conifer #BCE75C
Tints of Conifer #BCE75C
RGB
CMYK
RGB Variations
Color information
#BCE75C (or 0xBCE75C) is known color: Conifer. HEX triplet: BC, E7 and 5C. RGB value is (188,231,92). Sum of RGB (Red+Green+Blue) = 188+231+92=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE75C is #4318A3. Grayscale: #CACACA. Windows color (decimal): -4397220 or 6088636. OLE color: 6088636.
HSL color Cylindrical-coordinate representation of color #BCE75C: hue angle of 78.56º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCE75C is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 92 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.09 |
| HSL | 78.56º | 0.74% | 0.63% | - |
| HSV(B) | 78.56º | 0.6% | 0.91% | - |
| XYZ | 51.25 | 68.62 | 20.67 | - |
| YUV | 202.3 | 65.75 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 92 | 0.19 | 0 | 0.60 | 0.09 | 78.56 | 0.74 | 0.63 |
| Hex | BC | E7 | 5C | 13 | 0 | 3C | 9 | 4F | 4A | 3F |
| Octal | 274 | 347 | 134 | 23 | 0 | 74 | 11 | 117 | 112 | 77 |
| Binary | 10111100 | 11100111 | 1011100 | 10011 | 0 | 111100 | 1001 | 1001111 | 1001010 | 111111 |
Color Harmonies of #BCE75C
Complementary color
Monochromatic Colors of #BCE75C
Black with #BCE75C
Text Example
Text Example
White with #BCE75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE75C; }
p { color: rgb(188,231,92); }
H1.HeaderClassName
{
color: #BCE75C;
}
.AnyTagClassName
{
color: #BCE75C;
}
</style>
background-color css
<style>
a { background-color: #BCE75C; }
a { background-color: rgb(188,231,92); }
div.DivClassName
{
background-color: #BCE75C;
}
.BgClassName
{
background-color: #BCE75C;
}
</style>
border-color css
<style>
span { border-color: #BCE75C; }
span { border-color: rgb(188,231,92); }
td.TdClassName
{
border-color: #BCE75C;
}
.TagClassName
{
border-color: #BCE75C;
}
</style>