Shades of Green Yellow #BCF828
Tints of Green Yellow #BCF828
RGB
CMYK
RGB Variations
Color information
#BCF828 (or 0xBCF828) is known color: Green Yellow. HEX triplet: BC, F8 and 28. RGB value is (188,248,40). Sum of RGB (Red+Green+Blue) = 188+248+40=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF828 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF828 is #4307D7. Grayscale: #CFCFCF. Windows color (decimal): -4392920 or 2685116. OLE color: 2685116.
HSL color Cylindrical-coordinate representation of color #BCF828: hue angle of 77.31º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCF828 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 40 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.03 |
| HSL | 77.31º | 0.94% | 0.56% | - |
| HSV(B) | 77.31º | 0.84% | 0.97% | - |
| XYZ | 54.69 | 77.98 | 14.18 | - |
| YUV | 206.35 | 34.12 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 40 | 0.24 | 0 | 0.84 | 0.03 | 77.31 | 0.94 | 0.56 |
| Hex | BC | F8 | 28 | 18 | 0 | 54 | 3 | 4D | 5E | 38 |
| Octal | 274 | 370 | 50 | 30 | 0 | 124 | 3 | 115 | 136 | 70 |
| Binary | 10111100 | 11111000 | 101000 | 11000 | 0 | 1010100 | 11 | 1001101 | 1011110 | 111000 |
Color Harmonies of #BCF828
Complementary color
Monochromatic Colors of #BCF828
Black with #BCF828
Text Example
Text Example
White with #BCF828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF828; }
p { color: rgb(188,248,40); }
H1.HeaderClassName
{
color: #BCF828;
}
.AnyTagClassName
{
color: #BCF828;
}
</style>
background-color css
<style>
a { background-color: #BCF828; }
a { background-color: rgb(188,248,40); }
div.DivClassName
{
background-color: #BCF828;
}
.BgClassName
{
background-color: #BCF828;
}
</style>
border-color css
<style>
span { border-color: #BCF828; }
span { border-color: rgb(188,248,40); }
td.TdClassName
{
border-color: #BCF828;
}
.TagClassName
{
border-color: #BCF828;
}
</style>