Shades of Conifer #BCF55F
Tints of Conifer #BCF55F
RGB
CMYK
RGB Variations
Color information
#BCF55F (or 0xBCF55F) is known color: Conifer. HEX triplet: BC, F5 and 5F. RGB value is (188,245,95). Sum of RGB (Red+Green+Blue) = 188+245+95=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF55F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF55F is #430AA0. Grayscale: #D3D3D3. Windows color (decimal): -4393633 or 6288828. OLE color: 6288828.
HSL color Cylindrical-coordinate representation of color #BCF55F: hue angle of 82.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCF55F is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 95 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.04 |
| HSL | 82.8º | 0.88% | 0.67% | - |
| HSV(B) | 82.8º | 0.61% | 0.96% | - |
| XYZ | 55.46 | 76.82 | 22.73 | - |
| YUV | 210.86 | 62.62 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 95 | 0.23 | 0 | 0.61 | 0.04 | 82.8 | 0.88 | 0.67 |
| Hex | BC | F5 | 5F | 17 | 0 | 3D | 4 | 53 | 58 | 43 |
| Octal | 274 | 365 | 137 | 27 | 0 | 75 | 4 | 123 | 130 | 103 |
| Binary | 10111100 | 11110101 | 1011111 | 10111 | 0 | 111101 | 100 | 1010011 | 1011000 | 1000011 |
Color Harmonies of #BCF55F
Complementary color
Monochromatic Colors of #BCF55F
Black with #BCF55F
Text Example
Text Example
White with #BCF55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF55F; }
p { color: rgb(188,245,95); }
H1.HeaderClassName
{
color: #BCF55F;
}
.AnyTagClassName
{
color: #BCF55F;
}
</style>
background-color css
<style>
a { background-color: #BCF55F; }
a { background-color: rgb(188,245,95); }
div.DivClassName
{
background-color: #BCF55F;
}
.BgClassName
{
background-color: #BCF55F;
}
</style>
border-color css
<style>
span { border-color: #BCF55F; }
span { border-color: rgb(188,245,95); }
td.TdClassName
{
border-color: #BCF55F;
}
.TagClassName
{
border-color: #BCF55F;
}
</style>