Shades of Conifer #BCF547
Tints of Conifer #BCF547
RGB
CMYK
RGB Variations
Color information
#BCF547 (or 0xBCF547) is known color: Conifer. HEX triplet: BC, F5 and 47. RGB value is (188,245,71). Sum of RGB (Red+Green+Blue) = 188+245+71=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF547 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF547 is #430AB8. Grayscale: #D0D0D0. Windows color (decimal): -4393657 or 4715964. OLE color: 4715964.
HSL color Cylindrical-coordinate representation of color #BCF547: hue angle of 79.66º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCF547 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 71 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.04 |
| HSL | 79.66º | 0.9% | 0.62% | - |
| HSV(B) | 79.66º | 0.71% | 0.96% | - |
| XYZ | 54.53 | 76.45 | 17.84 | - |
| YUV | 208.12 | 50.62 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 71 | 0.23 | 0 | 0.71 | 0.04 | 79.66 | 0.9 | 0.62 |
| Hex | BC | F5 | 47 | 17 | 0 | 47 | 4 | 50 | 5A | 3E |
| Octal | 274 | 365 | 107 | 27 | 0 | 107 | 4 | 120 | 132 | 76 |
| Binary | 10111100 | 11110101 | 1000111 | 10111 | 0 | 1000111 | 100 | 1010000 | 1011010 | 111110 |
Color Harmonies of #BCF547
Complementary color
Monochromatic Colors of #BCF547
Black with #BCF547
Text Example
Text Example
White with #BCF547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF547; }
p { color: rgb(188,245,71); }
H1.HeaderClassName
{
color: #BCF547;
}
.AnyTagClassName
{
color: #BCF547;
}
</style>
background-color css
<style>
a { background-color: #BCF547; }
a { background-color: rgb(188,245,71); }
div.DivClassName
{
background-color: #BCF547;
}
.BgClassName
{
background-color: #BCF547;
}
</style>
border-color css
<style>
span { border-color: #BCF547; }
span { border-color: rgb(188,245,71); }
td.TdClassName
{
border-color: #BCF547;
}
.TagClassName
{
border-color: #BCF547;
}
</style>