Shades of Green Yellow #BCF02C
Tints of Green Yellow #BCF02C
RGB
CMYK
RGB Variations
Color information
#BCF02C (or 0xBCF02C) is known color: Green Yellow. HEX triplet: BC, F0 and 2C. RGB value is (188,240,44). Sum of RGB (Red+Green+Blue) = 188+240+44=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF02C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF02C is #430FD3. Grayscale: #CACACA. Windows color (decimal): -4394964 or 2945212. OLE color: 2945212.
HSL color Cylindrical-coordinate representation of color #BCF02C: hue angle of 75.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCF02C is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 44 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.06 |
| HSL | 75.92º | 0.87% | 0.56% | - |
| HSV(B) | 75.92º | 0.82% | 0.94% | - |
| XYZ | 52.35 | 73.19 | 13.75 | - |
| YUV | 202.11 | 38.77 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 44 | 0.22 | 0 | 0.82 | 0.06 | 75.92 | 0.87 | 0.56 |
| Hex | BC | F0 | 2C | 16 | 0 | 52 | 6 | 4C | 57 | 38 |
| Octal | 274 | 360 | 54 | 26 | 0 | 122 | 6 | 114 | 127 | 70 |
| Binary | 10111100 | 11110000 | 101100 | 10110 | 0 | 1010010 | 110 | 1001100 | 1010111 | 111000 |
Color Harmonies of #BCF02C
Complementary color
Monochromatic Colors of #BCF02C
Black with #BCF02C
Text Example
Text Example
White with #BCF02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF02C; }
p { color: rgb(188,240,44); }
H1.HeaderClassName
{
color: #BCF02C;
}
.AnyTagClassName
{
color: #BCF02C;
}
</style>
background-color css
<style>
a { background-color: #BCF02C; }
a { background-color: rgb(188,240,44); }
div.DivClassName
{
background-color: #BCF02C;
}
.BgClassName
{
background-color: #BCF02C;
}
</style>
border-color css
<style>
span { border-color: #BCF02C; }
span { border-color: rgb(188,240,44); }
td.TdClassName
{
border-color: #BCF02C;
}
.TagClassName
{
border-color: #BCF02C;
}
</style>