Shades of Conifer #BCF25B
Tints of Conifer #BCF25B
RGB
CMYK
RGB Variations
Color information
#BCF25B (or 0xBCF25B) is known color: Conifer. HEX triplet: BC, F2 and 5B. RGB value is (188,242,91). Sum of RGB (Red+Green+Blue) = 188+242+91=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF25B is #430DA4. Grayscale: #D1D1D1. Windows color (decimal): -4394405 or 6025916. OLE color: 6025916.
HSL color Cylindrical-coordinate representation of color #BCF25B: hue angle of 81.46º degrees, saturation: 0.85, 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 #BCF25B is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 91 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.05 |
| HSL | 81.46º | 0.85% | 0.65% | - |
| HSV(B) | 81.46º | 0.62% | 0.95% | - |
| XYZ | 54.38 | 74.95 | 21.5 | - |
| YUV | 208.64 | 61.61 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 91 | 0.22 | 0 | 0.62 | 0.05 | 81.46 | 0.85 | 0.65 |
| Hex | BC | F2 | 5B | 16 | 0 | 3E | 5 | 51 | 55 | 41 |
| Octal | 274 | 362 | 133 | 26 | 0 | 76 | 5 | 121 | 125 | 101 |
| Binary | 10111100 | 11110010 | 1011011 | 10110 | 0 | 111110 | 101 | 1010001 | 1010101 | 1000001 |
Color Harmonies of #BCF25B
Complementary color
Monochromatic Colors of #BCF25B
Black with #BCF25B
Text Example
Text Example
White with #BCF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF25B; }
p { color: rgb(188,242,91); }
H1.HeaderClassName
{
color: #BCF25B;
}
.AnyTagClassName
{
color: #BCF25B;
}
</style>
background-color css
<style>
a { background-color: #BCF25B; }
a { background-color: rgb(188,242,91); }
div.DivClassName
{
background-color: #BCF25B;
}
.BgClassName
{
background-color: #BCF25B;
}
</style>
border-color css
<style>
span { border-color: #BCF25B; }
span { border-color: rgb(188,242,91); }
td.TdClassName
{
border-color: #BCF25B;
}
.TagClassName
{
border-color: #BCF25B;
}
</style>