Shades of Conifer #BCF044
Tints of Conifer #BCF044
RGB
CMYK
RGB Variations
Color information
#BCF044 (or 0xBCF044) is known color: Conifer. HEX triplet: BC, F0 and 44. RGB value is (188,240,68). Sum of RGB (Red+Green+Blue) = 188+240+68=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 68 (26.95% from 255 or 13.71% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF044 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF044 is #430FBB. Grayscale: #CDCDCD. Windows color (decimal): -4394940 or 4518076. OLE color: 4518076.
HSL color Cylindrical-coordinate representation of color #BCF044: hue angle of 78.14º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCF044 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 68 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.06 |
| HSL | 78.14º | 0.85% | 0.6% | - |
| HSV(B) | 78.14º | 0.72% | 0.94% | - |
| XYZ | 52.94 | 73.43 | 16.85 | - |
| YUV | 204.84 | 50.77 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 68 | 0.22 | 0 | 0.72 | 0.06 | 78.14 | 0.85 | 0.6 |
| Hex | BC | F0 | 44 | 16 | 0 | 48 | 6 | 4E | 55 | 3C |
| Octal | 274 | 360 | 104 | 26 | 0 | 110 | 6 | 116 | 125 | 74 |
| Binary | 10111100 | 11110000 | 1000100 | 10110 | 0 | 1001000 | 110 | 1001110 | 1010101 | 111100 |
Color Harmonies of #BCF044
Complementary color
Monochromatic Colors of #BCF044
Black with #BCF044
Text Example
Text Example
White with #BCF044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF044; }
p { color: rgb(188,240,68); }
H1.HeaderClassName
{
color: #BCF044;
}
.AnyTagClassName
{
color: #BCF044;
}
</style>
background-color css
<style>
a { background-color: #BCF044; }
a { background-color: rgb(188,240,68); }
div.DivClassName
{
background-color: #BCF044;
}
.BgClassName
{
background-color: #BCF044;
}
</style>
border-color css
<style>
span { border-color: #BCF044; }
span { border-color: rgb(188,240,68); }
td.TdClassName
{
border-color: #BCF044;
}
.TagClassName
{
border-color: #BCF044;
}
</style>