Shades of Conifer #BCF55B
Tints of Conifer #BCF55B
RGB
CMYK
RGB Variations
Color information
#BCF55B (or 0xBCF55B) is known color: Conifer. HEX triplet: BC, F5 and 5B. RGB value is (188,245,91). Sum of RGB (Red+Green+Blue) = 188+245+91=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF55B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF55B is #430AA4. Grayscale: #D2D2D2. Windows color (decimal): -4393637 or 6026684. OLE color: 6026684.
HSL color Cylindrical-coordinate representation of color #BCF55B: hue angle of 82.21º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCF55B is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 91 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.04 |
| HSL | 82.21º | 0.89% | 0.66% | - |
| HSV(B) | 82.21º | 0.63% | 0.96% | - |
| XYZ | 55.28 | 76.75 | 21.8 | - |
| YUV | 210.4 | 60.62 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 91 | 0.23 | 0 | 0.63 | 0.04 | 82.21 | 0.89 | 0.66 |
| Hex | BC | F5 | 5B | 17 | 0 | 3F | 4 | 52 | 59 | 42 |
| Octal | 274 | 365 | 133 | 27 | 0 | 77 | 4 | 122 | 131 | 102 |
| Binary | 10111100 | 11110101 | 1011011 | 10111 | 0 | 111111 | 100 | 1010010 | 1011001 | 1000010 |
Color Harmonies of #BCF55B
Complementary color
Monochromatic Colors of #BCF55B
Black with #BCF55B
Text Example
Text Example
White with #BCF55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF55B; }
p { color: rgb(188,245,91); }
H1.HeaderClassName
{
color: #BCF55B;
}
.AnyTagClassName
{
color: #BCF55B;
}
</style>
background-color css
<style>
a { background-color: #BCF55B; }
a { background-color: rgb(188,245,91); }
div.DivClassName
{
background-color: #BCF55B;
}
.BgClassName
{
background-color: #BCF55B;
}
</style>
border-color css
<style>
span { border-color: #BCF55B; }
span { border-color: rgb(188,245,91); }
td.TdClassName
{
border-color: #BCF55B;
}
.TagClassName
{
border-color: #BCF55B;
}
</style>