Shades of Green Yellow #BCF830
Tints of Green Yellow #BCF830
RGB
CMYK
RGB Variations
Color information
#BCF830 (or 0xBCF830) is known color: Green Yellow. HEX triplet: BC, F8 and 30. RGB value is (188,248,48). Sum of RGB (Red+Green+Blue) = 188+248+48=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 248 (97.27% from 255 or 51.24% from 484); Blue value is 48 (19.14% from 255 or 9.92% from 484); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF830 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF830 is #4307CF. Grayscale: #D0D0D0. Windows color (decimal): -4392912 or 3209404. OLE color: 3209404.
HSL color Cylindrical-coordinate representation of color #BCF830: hue angle of 78º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCF830 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 48 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.03 |
| HSL | 78º | 0.93% | 0.58% | - |
| HSV(B) | 78º | 0.81% | 0.97% | - |
| XYZ | 54.84 | 78.04 | 14.97 | - |
| YUV | 207.26 | 38.12 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 48 | 0.24 | 0 | 0.81 | 0.03 | 78 | 0.93 | 0.58 |
| Hex | BC | F8 | 30 | 18 | 0 | 51 | 3 | 4E | 5D | 3A |
| Octal | 274 | 370 | 60 | 30 | 0 | 121 | 3 | 116 | 135 | 72 |
| Binary | 10111100 | 11111000 | 110000 | 11000 | 0 | 1010001 | 11 | 1001110 | 1011101 | 111010 |
Color Harmonies of #BCF830
Complementary color
Monochromatic Colors of #BCF830
Black with #BCF830
Text Example
Text Example
White with #BCF830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF830; }
p { color: rgb(188,248,48); }
H1.HeaderClassName
{
color: #BCF830;
}
.AnyTagClassName
{
color: #BCF830;
}
</style>
background-color css
<style>
a { background-color: #BCF830; }
a { background-color: rgb(188,248,48); }
div.DivClassName
{
background-color: #BCF830;
}
.BgClassName
{
background-color: #BCF830;
}
</style>
border-color css
<style>
span { border-color: #BCF830; }
span { border-color: rgb(188,248,48); }
td.TdClassName
{
border-color: #BCF830;
}
.TagClassName
{
border-color: #BCF830;
}
</style>