Shades of Conifer #BCF145
Tints of Conifer #BCF145
RGB
CMYK
RGB Variations
Color information
#BCF145 (or 0xBCF145) is known color: Conifer. HEX triplet: BC, F1 and 45. RGB value is (188,241,69). Sum of RGB (Red+Green+Blue) = 188+241+69=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF145 is #430EBA. Grayscale: #CECECE. Windows color (decimal): -4394683 or 4583868. OLE color: 4583868.
HSL color Cylindrical-coordinate representation of color #BCF145: hue angle of 78.49º degrees, saturation: 0.86, 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 #BCF145 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 69 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.05 |
| HSL | 78.49º | 0.86% | 0.61% | - |
| HSV(B) | 78.49º | 0.71% | 0.95% | - |
| XYZ | 53.27 | 74.03 | 17.11 | - |
| YUV | 205.55 | 50.94 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 69 | 0.22 | 0 | 0.71 | 0.05 | 78.49 | 0.86 | 0.61 |
| Hex | BC | F1 | 45 | 16 | 0 | 47 | 5 | 4E | 56 | 3D |
| Octal | 274 | 361 | 105 | 26 | 0 | 107 | 5 | 116 | 126 | 75 |
| Binary | 10111100 | 11110001 | 1000101 | 10110 | 0 | 1000111 | 101 | 1001110 | 1010110 | 111101 |
Color Harmonies of #BCF145
Complementary color
Monochromatic Colors of #BCF145
Black with #BCF145
Text Example
Text Example
White with #BCF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF145; }
p { color: rgb(188,241,69); }
H1.HeaderClassName
{
color: #BCF145;
}
.AnyTagClassName
{
color: #BCF145;
}
</style>
background-color css
<style>
a { background-color: #BCF145; }
a { background-color: rgb(188,241,69); }
div.DivClassName
{
background-color: #BCF145;
}
.BgClassName
{
background-color: #BCF145;
}
</style>
border-color css
<style>
span { border-color: #BCF145; }
span { border-color: rgb(188,241,69); }
td.TdClassName
{
border-color: #BCF145;
}
.TagClassName
{
border-color: #BCF145;
}
</style>