Shades of Conifer #BCF353
Tints of Conifer #BCF353
RGB
CMYK
RGB Variations
Color information
#BCF353 (or 0xBCF353) is known color: Conifer. HEX triplet: BC, F3 and 53. RGB value is (188,243,83). Sum of RGB (Red+Green+Blue) = 188+243+83=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF353 is #430CAC. Grayscale: #D0D0D0. Windows color (decimal): -4394157 or 5501884. OLE color: 5501884.
HSL color Cylindrical-coordinate representation of color #BCF353: hue angle of 80.62º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCF353 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 83 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.05 |
| HSL | 80.63º | 0.87% | 0.64% | - |
| HSV(B) | 80.63º | 0.66% | 0.95% | - |
| XYZ | 54.35 | 75.42 | 19.88 | - |
| YUV | 208.32 | 57.28 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 83 | 0.23 | 0 | 0.66 | 0.05 | 80.63 | 0.87 | 0.64 |
| Hex | BC | F3 | 53 | 17 | 0 | 42 | 5 | 51 | 57 | 40 |
| Octal | 274 | 363 | 123 | 27 | 0 | 102 | 5 | 121 | 127 | 100 |
| Binary | 10111100 | 11110011 | 1010011 | 10111 | 0 | 1000010 | 101 | 1010001 | 1010111 | 1000000 |
Color Harmonies of #BCF353
Complementary color
Monochromatic Colors of #BCF353
Black with #BCF353
Text Example
Text Example
White with #BCF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF353; }
p { color: rgb(188,243,83); }
H1.HeaderClassName
{
color: #BCF353;
}
.AnyTagClassName
{
color: #BCF353;
}
</style>
background-color css
<style>
a { background-color: #BCF353; }
a { background-color: rgb(188,243,83); }
div.DivClassName
{
background-color: #BCF353;
}
.BgClassName
{
background-color: #BCF353;
}
</style>
border-color css
<style>
span { border-color: #BCF353; }
span { border-color: rgb(188,243,83); }
td.TdClassName
{
border-color: #BCF353;
}
.TagClassName
{
border-color: #BCF353;
}
</style>