Shades of Conifer #BCF144
Tints of Conifer #BCF144
RGB
CMYK
RGB Variations
Color information
#BCF144 (or 0xBCF144) is known color: Conifer. HEX triplet: BC, F1 and 44. RGB value is (188,241,68). Sum of RGB (Red+Green+Blue) = 188+241+68=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF144 is #430EBB. Grayscale: #CECECE. Windows color (decimal): -4394684 or 4518332. OLE color: 4518332.
HSL color Cylindrical-coordinate representation of color #BCF144: hue angle of 78.38º degrees, saturation: 0.86, 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 #BCF144 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 68 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.05 |
| HSL | 78.38º | 0.86% | 0.61% | - |
| HSV(B) | 78.38º | 0.72% | 0.95% | - |
| XYZ | 53.24 | 74.02 | 16.95 | - |
| YUV | 205.43 | 50.44 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 68 | 0.22 | 0 | 0.72 | 0.05 | 78.38 | 0.86 | 0.61 |
| Hex | BC | F1 | 44 | 16 | 0 | 48 | 5 | 4E | 56 | 3D |
| Octal | 274 | 361 | 104 | 26 | 0 | 110 | 5 | 116 | 126 | 75 |
| Binary | 10111100 | 11110001 | 1000100 | 10110 | 0 | 1001000 | 101 | 1001110 | 1010110 | 111101 |
Color Harmonies of #BCF144
Complementary color
Monochromatic Colors of #BCF144
Black with #BCF144
Text Example
Text Example
White with #BCF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF144; }
p { color: rgb(188,241,68); }
H1.HeaderClassName
{
color: #BCF144;
}
.AnyTagClassName
{
color: #BCF144;
}
</style>
background-color css
<style>
a { background-color: #BCF144; }
a { background-color: rgb(188,241,68); }
div.DivClassName
{
background-color: #BCF144;
}
.BgClassName
{
background-color: #BCF144;
}
</style>
border-color css
<style>
span { border-color: #BCF144; }
span { border-color: rgb(188,241,68); }
td.TdClassName
{
border-color: #BCF144;
}
.TagClassName
{
border-color: #BCF144;
}
</style>