Shades of Green Yellow #BCF444
Tints of Green Yellow #BCF444
RGB
CMYK
RGB Variations
Color information
#BCF444 (or 0xBCF444) is known color: Green Yellow. HEX triplet: BC, F4 and 44. RGB value is (188,244,68). Sum of RGB (Red+Green+Blue) = 188+244+68=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 68 (26.95% from 255 or 13.6% from 500); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF444 is #430BBB. Grayscale: #CFCFCF. Windows color (decimal): -4393916 or 4519100. OLE color: 4519100.
HSL color Cylindrical-coordinate representation of color #BCF444: hue angle of 79.09º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCF444 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 68 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.04 |
| HSL | 79.09º | 0.89% | 0.61% | - |
| HSV(B) | 79.09º | 0.72% | 0.96% | - |
| XYZ | 54.13 | 75.81 | 17.25 | - |
| YUV | 207.19 | 49.45 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 68 | 0.23 | 0 | 0.72 | 0.04 | 79.09 | 0.89 | 0.61 |
| Hex | BC | F4 | 44 | 17 | 0 | 48 | 4 | 4F | 59 | 3D |
| Octal | 274 | 364 | 104 | 27 | 0 | 110 | 4 | 117 | 131 | 75 |
| Binary | 10111100 | 11110100 | 1000100 | 10111 | 0 | 1001000 | 100 | 1001111 | 1011001 | 111101 |
Color Harmonies of #BCF444
Complementary color
Monochromatic Colors of #BCF444
Black with #BCF444
Text Example
Text Example
White with #BCF444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF444; }
p { color: rgb(188,244,68); }
H1.HeaderClassName
{
color: #BCF444;
}
.AnyTagClassName
{
color: #BCF444;
}
</style>
background-color css
<style>
a { background-color: #BCF444; }
a { background-color: rgb(188,244,68); }
div.DivClassName
{
background-color: #BCF444;
}
.BgClassName
{
background-color: #BCF444;
}
</style>
border-color css
<style>
span { border-color: #BCF444; }
span { border-color: rgb(188,244,68); }
td.TdClassName
{
border-color: #BCF444;
}
.TagClassName
{
border-color: #BCF444;
}
</style>