Shades of Conifer #BCF25A
Tints of Conifer #BCF25A
RGB
CMYK
RGB Variations
Color information
#BCF25A (or 0xBCF25A) is known color: Conifer. HEX triplet: BC, F2 and 5A. RGB value is (188,242,90). Sum of RGB (Red+Green+Blue) = 188+242+90=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF25A is #430DA5. Grayscale: #D1D1D1. Windows color (decimal): -4394406 or 5960380. OLE color: 5960380.
HSL color Cylindrical-coordinate representation of color #BCF25A: hue angle of 81.32º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCF25A is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 90 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.05 |
| HSL | 81.32º | 0.85% | 0.65% | - |
| HSV(B) | 81.32º | 0.63% | 0.95% | - |
| XYZ | 54.34 | 74.93 | 21.27 | - |
| YUV | 208.53 | 61.11 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 90 | 0.22 | 0 | 0.63 | 0.05 | 81.32 | 0.85 | 0.65 |
| Hex | BC | F2 | 5A | 16 | 0 | 3F | 5 | 51 | 55 | 41 |
| Octal | 274 | 362 | 132 | 26 | 0 | 77 | 5 | 121 | 125 | 101 |
| Binary | 10111100 | 11110010 | 1011010 | 10110 | 0 | 111111 | 101 | 1010001 | 1010101 | 1000001 |
Color Harmonies of #BCF25A
Complementary color
Monochromatic Colors of #BCF25A
Black with #BCF25A
Text Example
Text Example
White with #BCF25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF25A; }
p { color: rgb(188,242,90); }
H1.HeaderClassName
{
color: #BCF25A;
}
.AnyTagClassName
{
color: #BCF25A;
}
</style>
background-color css
<style>
a { background-color: #BCF25A; }
a { background-color: rgb(188,242,90); }
div.DivClassName
{
background-color: #BCF25A;
}
.BgClassName
{
background-color: #BCF25A;
}
</style>
border-color css
<style>
span { border-color: #BCF25A; }
span { border-color: rgb(188,242,90); }
td.TdClassName
{
border-color: #BCF25A;
}
.TagClassName
{
border-color: #BCF25A;
}
</style>