Shades of Conifer #BCF561
Tints of Conifer #BCF561
RGB
CMYK
RGB Variations
Color information
#BCF561 (or 0xBCF561) is known color: Conifer. HEX triplet: BC, F5 and 61. RGB value is (188,245,97). Sum of RGB (Red+Green+Blue) = 188+245+97=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF561 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF561 is #430A9E. Grayscale: #D3D3D3. Windows color (decimal): -4393631 or 6419900. OLE color: 6419900.
HSL color Cylindrical-coordinate representation of color #BCF561: hue angle of 83.11º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCF561 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 97 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.04 |
| HSL | 83.11º | 0.88% | 0.67% | - |
| HSV(B) | 83.11º | 0.6% | 0.96% | - |
| XYZ | 55.55 | 76.86 | 23.22 | - |
| YUV | 211.09 | 63.62 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 97 | 0.23 | 0 | 0.60 | 0.04 | 83.11 | 0.88 | 0.67 |
| Hex | BC | F5 | 61 | 17 | 0 | 3C | 4 | 53 | 58 | 43 |
| Octal | 274 | 365 | 141 | 27 | 0 | 74 | 4 | 123 | 130 | 103 |
| Binary | 10111100 | 11110101 | 1100001 | 10111 | 0 | 111100 | 100 | 1010011 | 1011000 | 1000011 |
Color Harmonies of #BCF561
Complementary color
Monochromatic Colors of #BCF561
Black with #BCF561
Text Example
Text Example
White with #BCF561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF561; }
p { color: rgb(188,245,97); }
H1.HeaderClassName
{
color: #BCF561;
}
.AnyTagClassName
{
color: #BCF561;
}
</style>
background-color css
<style>
a { background-color: #BCF561; }
a { background-color: rgb(188,245,97); }
div.DivClassName
{
background-color: #BCF561;
}
.BgClassName
{
background-color: #BCF561;
}
</style>
border-color css
<style>
span { border-color: #BCF561; }
span { border-color: rgb(188,245,97); }
td.TdClassName
{
border-color: #BCF561;
}
.TagClassName
{
border-color: #BCF561;
}
</style>