Shades of Conifer #BCF34E
Tints of Conifer #BCF34E
RGB
CMYK
RGB Variations
Color information
#BCF34E (or 0xBCF34E) is known color: Conifer. HEX triplet: BC, F3 and 4E. RGB value is (188,243,78). Sum of RGB (Red+Green+Blue) = 188+243+78=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF34E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF34E is #430CB1. Grayscale: #D0D0D0. Windows color (decimal): -4394162 or 5174204. OLE color: 5174204.
HSL color Cylindrical-coordinate representation of color #BCF34E: hue angle of 80º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCF34E is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 78 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.05 |
| HSL | 80º | 0.87% | 0.63% | - |
| HSV(B) | 80º | 0.68% | 0.95% | - |
| XYZ | 54.16 | 75.34 | 18.9 | - |
| YUV | 207.75 | 54.78 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 78 | 0.23 | 0 | 0.68 | 0.05 | 80 | 0.87 | 0.63 |
| Hex | BC | F3 | 4E | 17 | 0 | 44 | 5 | 50 | 57 | 3F |
| Octal | 274 | 363 | 116 | 27 | 0 | 104 | 5 | 120 | 127 | 77 |
| Binary | 10111100 | 11110011 | 1001110 | 10111 | 0 | 1000100 | 101 | 1010000 | 1010111 | 111111 |
Color Harmonies of #BCF34E
Complementary color
Monochromatic Colors of #BCF34E
Black with #BCF34E
Text Example
Text Example
White with #BCF34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF34E; }
p { color: rgb(188,243,78); }
H1.HeaderClassName
{
color: #BCF34E;
}
.AnyTagClassName
{
color: #BCF34E;
}
</style>
background-color css
<style>
a { background-color: #BCF34E; }
a { background-color: rgb(188,243,78); }
div.DivClassName
{
background-color: #BCF34E;
}
.BgClassName
{
background-color: #BCF34E;
}
</style>
border-color css
<style>
span { border-color: #BCF34E; }
span { border-color: rgb(188,243,78); }
td.TdClassName
{
border-color: #BCF34E;
}
.TagClassName
{
border-color: #BCF34E;
}
</style>