Shades of Green Yellow #BCF831
Tints of Green Yellow #BCF831
RGB
CMYK
RGB Variations
Color information
#BCF831 (or 0xBCF831) is known color: Green Yellow. HEX triplet: BC, F8 and 31. RGB value is (188,248,49). Sum of RGB (Red+Green+Blue) = 188+248+49=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF831 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF831 is #4307CE. Grayscale: #D0D0D0. Windows color (decimal): -4392911 or 3274940. OLE color: 3274940.
HSL color Cylindrical-coordinate representation of color #BCF831: hue angle of 78.09º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCF831 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 49 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.03 |
| HSL | 78.09º | 0.93% | 0.58% | - |
| HSV(B) | 78.09º | 0.8% | 0.97% | - |
| XYZ | 54.86 | 78.05 | 15.08 | - |
| YUV | 207.37 | 38.62 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 49 | 0.24 | 0 | 0.80 | 0.03 | 78.09 | 0.93 | 0.58 |
| Hex | BC | F8 | 31 | 18 | 0 | 50 | 3 | 4E | 5D | 3A |
| Octal | 274 | 370 | 61 | 30 | 0 | 120 | 3 | 116 | 135 | 72 |
| Binary | 10111100 | 11111000 | 110001 | 11000 | 0 | 1010000 | 11 | 1001110 | 1011101 | 111010 |
Color Harmonies of #BCF831
Complementary color
Monochromatic Colors of #BCF831
Black with #BCF831
Text Example
Text Example
White with #BCF831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF831; }
p { color: rgb(188,248,49); }
H1.HeaderClassName
{
color: #BCF831;
}
.AnyTagClassName
{
color: #BCF831;
}
</style>
background-color css
<style>
a { background-color: #BCF831; }
a { background-color: rgb(188,248,49); }
div.DivClassName
{
background-color: #BCF831;
}
.BgClassName
{
background-color: #BCF831;
}
</style>
border-color css
<style>
span { border-color: #BCF831; }
span { border-color: rgb(188,248,49); }
td.TdClassName
{
border-color: #BCF831;
}
.TagClassName
{
border-color: #BCF831;
}
</style>