Shades of Conifer #BCE44F
Tints of Conifer #BCE44F
RGB
CMYK
RGB Variations
Color information
#BCE44F (or 0xBCE44F) is known color: Conifer. HEX triplet: BC, E4 and 4F. RGB value is (188,228,79). Sum of RGB (Red+Green+Blue) = 188+228+79=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE44F is #431BB0. Grayscale: #C7C7C7. Windows color (decimal): -4398001 or 5235900. OLE color: 5235900.
HSL color Cylindrical-coordinate representation of color #BCE44F: hue angle of 76.11º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCE44F is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 79 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.11 |
| HSL | 76.11º | 0.73% | 0.6% | - |
| HSV(B) | 76.11º | 0.65% | 0.89% | - |
| XYZ | 49.89 | 66.74 | 17.65 | - |
| YUV | 199.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 79 | 0.18 | 0 | 0.65 | 0.11 | 76.11 | 0.73 | 0.6 |
| Hex | BC | E4 | 4F | 12 | 0 | 41 | B | 4C | 49 | 3C |
| Octal | 274 | 344 | 117 | 22 | 0 | 101 | 13 | 114 | 111 | 74 |
| Binary | 10111100 | 11100100 | 1001111 | 10010 | 0 | 1000001 | 1011 | 1001100 | 1001001 | 111100 |
Color Harmonies of #BCE44F
Complementary color
Monochromatic Colors of #BCE44F
Black with #BCE44F
Text Example
Text Example
White with #BCE44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE44F; }
p { color: rgb(188,228,79); }
H1.HeaderClassName
{
color: #BCE44F;
}
.AnyTagClassName
{
color: #BCE44F;
}
</style>
background-color css
<style>
a { background-color: #BCE44F; }
a { background-color: rgb(188,228,79); }
div.DivClassName
{
background-color: #BCE44F;
}
.BgClassName
{
background-color: #BCE44F;
}
</style>
border-color css
<style>
span { border-color: #BCE44F; }
span { border-color: rgb(188,228,79); }
td.TdClassName
{
border-color: #BCE44F;
}
.TagClassName
{
border-color: #BCE44F;
}
</style>