Shades of Conifer #BCF34D
Tints of Conifer #BCF34D
RGB
CMYK
RGB Variations
Color information
#BCF34D (or 0xBCF34D) is known color: Conifer. HEX triplet: BC, F3 and 4D. RGB value is (188,243,77). Sum of RGB (Red+Green+Blue) = 188+243+77=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF34D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF34D is #430CB2. Grayscale: #D0D0D0. Windows color (decimal): -4394163 or 5108668. OLE color: 5108668.
HSL color Cylindrical-coordinate representation of color #BCF34D: hue angle of 79.88º 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 #BCF34D is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 77 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.05 |
| HSL | 79.88º | 0.87% | 0.63% | - |
| HSV(B) | 79.88º | 0.68% | 0.95% | - |
| XYZ | 54.13 | 75.33 | 18.71 | - |
| YUV | 207.63 | 54.28 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 77 | 0.23 | 0 | 0.68 | 0.05 | 79.88 | 0.87 | 0.63 |
| Hex | BC | F3 | 4D | 17 | 0 | 44 | 5 | 50 | 57 | 3F |
| Octal | 274 | 363 | 115 | 27 | 0 | 104 | 5 | 120 | 127 | 77 |
| Binary | 10111100 | 11110011 | 1001101 | 10111 | 0 | 1000100 | 101 | 1010000 | 1010111 | 111111 |
Color Harmonies of #BCF34D
Complementary color
Monochromatic Colors of #BCF34D
Black with #BCF34D
Text Example
Text Example
White with #BCF34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF34D; }
p { color: rgb(188,243,77); }
H1.HeaderClassName
{
color: #BCF34D;
}
.AnyTagClassName
{
color: #BCF34D;
}
</style>
background-color css
<style>
a { background-color: #BCF34D; }
a { background-color: rgb(188,243,77); }
div.DivClassName
{
background-color: #BCF34D;
}
.BgClassName
{
background-color: #BCF34D;
}
</style>
border-color css
<style>
span { border-color: #BCF34D; }
span { border-color: rgb(188,243,77); }
td.TdClassName
{
border-color: #BCF34D;
}
.TagClassName
{
border-color: #BCF34D;
}
</style>