Shades of Conifer #BCF243
Tints of Conifer #BCF243
RGB
CMYK
RGB Variations
Color information
#BCF243 (or 0xBCF243) is known color: Conifer. HEX triplet: BC, F2 and 43. RGB value is (188,242,67). Sum of RGB (Red+Green+Blue) = 188+242+67=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF243 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF243 is #430DBC. Grayscale: #CECECE. Windows color (decimal): -4394429 or 4453052. OLE color: 4453052.
HSL color Cylindrical-coordinate representation of color #BCF243: hue angle of 78.51º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCF243 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 67 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.05 |
| HSL | 78.51º | 0.87% | 0.61% | - |
| HSV(B) | 78.51º | 0.72% | 0.95% | - |
| XYZ | 53.5 | 74.6 | 16.89 | - |
| YUV | 205.9 | 49.61 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 67 | 0.22 | 0 | 0.72 | 0.05 | 78.51 | 0.87 | 0.61 |
| Hex | BC | F2 | 43 | 16 | 0 | 48 | 5 | 4F | 57 | 3D |
| Octal | 274 | 362 | 103 | 26 | 0 | 110 | 5 | 117 | 127 | 75 |
| Binary | 10111100 | 11110010 | 1000011 | 10110 | 0 | 1001000 | 101 | 1001111 | 1010111 | 111101 |
Color Harmonies of #BCF243
Complementary color
Monochromatic Colors of #BCF243
Black with #BCF243
Text Example
Text Example
White with #BCF243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF243; }
p { color: rgb(188,242,67); }
H1.HeaderClassName
{
color: #BCF243;
}
.AnyTagClassName
{
color: #BCF243;
}
</style>
background-color css
<style>
a { background-color: #BCF243; }
a { background-color: rgb(188,242,67); }
div.DivClassName
{
background-color: #BCF243;
}
.BgClassName
{
background-color: #BCF243;
}
</style>
border-color css
<style>
span { border-color: #BCF243; }
span { border-color: rgb(188,242,67); }
td.TdClassName
{
border-color: #BCF243;
}
.TagClassName
{
border-color: #BCF243;
}
</style>