Shades of Conifer #BCF344
Tints of Conifer #BCF344
RGB
CMYK
RGB Variations
Color information
#BCF344 (or 0xBCF344) is known color: Conifer. HEX triplet: BC, F3 and 44. RGB value is (188,243,68). Sum of RGB (Red+Green+Blue) = 188+243+68=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF344 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF344 is #430CBB. Grayscale: #CFCFCF. Windows color (decimal): -4394172 or 4518844. OLE color: 4518844.
HSL color Cylindrical-coordinate representation of color #BCF344: hue angle of 78.86º degrees, saturation: 0.88, 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 #BCF344 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 68 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.05 |
| HSL | 78.86º | 0.88% | 0.61% | - |
| HSV(B) | 78.86º | 0.72% | 0.95% | - |
| XYZ | 53.83 | 75.21 | 17.15 | - |
| YUV | 206.61 | 49.78 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 68 | 0.23 | 0 | 0.72 | 0.05 | 78.86 | 0.88 | 0.61 |
| Hex | BC | F3 | 44 | 17 | 0 | 48 | 5 | 4F | 58 | 3D |
| Octal | 274 | 363 | 104 | 27 | 0 | 110 | 5 | 117 | 130 | 75 |
| Binary | 10111100 | 11110011 | 1000100 | 10111 | 0 | 1001000 | 101 | 1001111 | 1011000 | 111101 |
Color Harmonies of #BCF344
Complementary color
Monochromatic Colors of #BCF344
Black with #BCF344
Text Example
Text Example
White with #BCF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF344; }
p { color: rgb(188,243,68); }
H1.HeaderClassName
{
color: #BCF344;
}
.AnyTagClassName
{
color: #BCF344;
}
</style>
background-color css
<style>
a { background-color: #BCF344; }
a { background-color: rgb(188,243,68); }
div.DivClassName
{
background-color: #BCF344;
}
.BgClassName
{
background-color: #BCF344;
}
</style>
border-color css
<style>
span { border-color: #BCF344; }
span { border-color: rgb(188,243,68); }
td.TdClassName
{
border-color: #BCF344;
}
.TagClassName
{
border-color: #BCF344;
}
</style>