Shades of Conifer #BCF15C
Tints of Conifer #BCF15C
RGB
CMYK
RGB Variations
Color information
#BCF15C (or 0xBCF15C) is known color: Conifer. HEX triplet: BC, F1 and 5C. RGB value is (188,241,92). Sum of RGB (Red+Green+Blue) = 188+241+92=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF15C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF15C is #430EA3. Grayscale: #D0D0D0. Windows color (decimal): -4394660 or 6091196. OLE color: 6091196.
HSL color Cylindrical-coordinate representation of color #BCF15C: hue angle of 81.34º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCF15C is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 92 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.05 |
| HSL | 81.34º | 0.84% | 0.65% | - |
| HSV(B) | 81.34º | 0.62% | 0.95% | - |
| XYZ | 54.13 | 74.37 | 21.63 | - |
| YUV | 208.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 92 | 0.22 | 0 | 0.62 | 0.05 | 81.34 | 0.84 | 0.65 |
| Hex | BC | F1 | 5C | 16 | 0 | 3E | 5 | 51 | 54 | 41 |
| Octal | 274 | 361 | 134 | 26 | 0 | 76 | 5 | 121 | 124 | 101 |
| Binary | 10111100 | 11110001 | 1011100 | 10110 | 0 | 111110 | 101 | 1010001 | 1010100 | 1000001 |
Color Harmonies of #BCF15C
Complementary color
Monochromatic Colors of #BCF15C
Black with #BCF15C
Text Example
Text Example
White with #BCF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF15C; }
p { color: rgb(188,241,92); }
H1.HeaderClassName
{
color: #BCF15C;
}
.AnyTagClassName
{
color: #BCF15C;
}
</style>
background-color css
<style>
a { background-color: #BCF15C; }
a { background-color: rgb(188,241,92); }
div.DivClassName
{
background-color: #BCF15C;
}
.BgClassName
{
background-color: #BCF15C;
}
</style>
border-color css
<style>
span { border-color: #BCF15C; }
span { border-color: rgb(188,241,92); }
td.TdClassName
{
border-color: #BCF15C;
}
.TagClassName
{
border-color: #BCF15C;
}
</style>