Shades of Conifer #BCF25E
Tints of Conifer #BCF25E
RGB
CMYK
RGB Variations
Color information
#BCF25E (or 0xBCF25E) is known color: Conifer. HEX triplet: BC, F2 and 5E. RGB value is (188,242,94). Sum of RGB (Red+Green+Blue) = 188+242+94=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF25E is #430DA1. Grayscale: #D1D1D1. Windows color (decimal): -4394402 or 6222524. OLE color: 6222524.
HSL color Cylindrical-coordinate representation of color #BCF25E: hue angle of 81.89º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCF25E is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 94 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.05 |
| HSL | 81.89º | 0.85% | 0.66% | - |
| HSV(B) | 81.89º | 0.61% | 0.95% | - |
| XYZ | 54.51 | 75 | 22.19 | - |
| YUV | 208.98 | 63.11 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 94 | 0.22 | 0 | 0.61 | 0.05 | 81.89 | 0.85 | 0.66 |
| Hex | BC | F2 | 5E | 16 | 0 | 3D | 5 | 52 | 55 | 42 |
| Octal | 274 | 362 | 136 | 26 | 0 | 75 | 5 | 122 | 125 | 102 |
| Binary | 10111100 | 11110010 | 1011110 | 10110 | 0 | 111101 | 101 | 1010010 | 1010101 | 1000010 |
Color Harmonies of #BCF25E
Complementary color
Monochromatic Colors of #BCF25E
Black with #BCF25E
Text Example
Text Example
White with #BCF25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF25E; }
p { color: rgb(188,242,94); }
H1.HeaderClassName
{
color: #BCF25E;
}
.AnyTagClassName
{
color: #BCF25E;
}
</style>
background-color css
<style>
a { background-color: #BCF25E; }
a { background-color: rgb(188,242,94); }
div.DivClassName
{
background-color: #BCF25E;
}
.BgClassName
{
background-color: #BCF25E;
}
</style>
border-color css
<style>
span { border-color: #BCF25E; }
span { border-color: rgb(188,242,94); }
td.TdClassName
{
border-color: #BCF25E;
}
.TagClassName
{
border-color: #BCF25E;
}
</style>