Shades of Conifer #BCF34F
Tints of Conifer #BCF34F
RGB
CMYK
RGB Variations
Color information
#BCF34F (or 0xBCF34F) is known color: Conifer. HEX triplet: BC, F3 and 4F. RGB value is (188,243,79). Sum of RGB (Red+Green+Blue) = 188+243+79=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF34F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF34F is #430CB0. Grayscale: #D0D0D0. Windows color (decimal): -4394161 or 5239740. OLE color: 5239740.
HSL color Cylindrical-coordinate representation of color #BCF34F: hue angle of 80.12º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCF34F is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 79 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.05 |
| HSL | 80.12º | 0.87% | 0.63% | - |
| HSV(B) | 80.12º | 0.67% | 0.95% | - |
| XYZ | 54.2 | 75.36 | 19.09 | - |
| YUV | 207.86 | 55.28 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 79 | 0.23 | 0 | 0.67 | 0.05 | 80.12 | 0.87 | 0.63 |
| Hex | BC | F3 | 4F | 17 | 0 | 43 | 5 | 50 | 57 | 3F |
| Octal | 274 | 363 | 117 | 27 | 0 | 103 | 5 | 120 | 127 | 77 |
| Binary | 10111100 | 11110011 | 1001111 | 10111 | 0 | 1000011 | 101 | 1010000 | 1010111 | 111111 |
Color Harmonies of #BCF34F
Complementary color
Monochromatic Colors of #BCF34F
Black with #BCF34F
Text Example
Text Example
White with #BCF34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF34F; }
p { color: rgb(188,243,79); }
H1.HeaderClassName
{
color: #BCF34F;
}
.AnyTagClassName
{
color: #BCF34F;
}
</style>
background-color css
<style>
a { background-color: #BCF34F; }
a { background-color: rgb(188,243,79); }
div.DivClassName
{
background-color: #BCF34F;
}
.BgClassName
{
background-color: #BCF34F;
}
</style>
border-color css
<style>
span { border-color: #BCF34F; }
span { border-color: rgb(188,243,79); }
td.TdClassName
{
border-color: #BCF34F;
}
.TagClassName
{
border-color: #BCF34F;
}
</style>