Shades of Conifer #BCF346
Tints of Conifer #BCF346
RGB
CMYK
RGB Variations
Color information
#BCF346 (or 0xBCF346) is known color: Conifer. HEX triplet: BC, F3 and 46. RGB value is (188,243,70). Sum of RGB (Red+Green+Blue) = 188+243+70=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF346 is #430CB9. Grayscale: #CFCFCF. Windows color (decimal): -4394170 or 4649916. OLE color: 4649916.
HSL color Cylindrical-coordinate representation of color #BCF346: hue angle of 79.08º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCF346 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 70 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.05 |
| HSL | 79.08º | 0.88% | 0.61% | - |
| HSV(B) | 79.08º | 0.71% | 0.95% | - |
| XYZ | 53.9 | 75.23 | 17.48 | - |
| YUV | 206.83 | 50.78 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 70 | 0.23 | 0 | 0.71 | 0.05 | 79.08 | 0.88 | 0.61 |
| Hex | BC | F3 | 46 | 17 | 0 | 47 | 5 | 4F | 58 | 3D |
| Octal | 274 | 363 | 106 | 27 | 0 | 107 | 5 | 117 | 130 | 75 |
| Binary | 10111100 | 11110011 | 1000110 | 10111 | 0 | 1000111 | 101 | 1001111 | 1011000 | 111101 |
Color Harmonies of #BCF346
Complementary color
Monochromatic Colors of #BCF346
Black with #BCF346
Text Example
Text Example
White with #BCF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF346; }
p { color: rgb(188,243,70); }
H1.HeaderClassName
{
color: #BCF346;
}
.AnyTagClassName
{
color: #BCF346;
}
</style>
background-color css
<style>
a { background-color: #BCF346; }
a { background-color: rgb(188,243,70); }
div.DivClassName
{
background-color: #BCF346;
}
.BgClassName
{
background-color: #BCF346;
}
</style>
border-color css
<style>
span { border-color: #BCF346; }
span { border-color: rgb(188,243,70); }
td.TdClassName
{
border-color: #BCF346;
}
.TagClassName
{
border-color: #BCF346;
}
</style>