Shades of Green Yellow #BCF81E
Tints of Green Yellow #BCF81E
RGB
CMYK
RGB Variations
Color information
#BCF81E (or 0xBCF81E) is known color: Green Yellow. HEX triplet: BC, F8 and 1E. RGB value is (188,248,30). Sum of RGB (Red+Green+Blue) = 188+248+30=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF81E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF81E is #4307E1. Grayscale: #CECECE. Windows color (decimal): -4392930 or 2029756. OLE color: 2029756.
HSL color Cylindrical-coordinate representation of color #BCF81E: hue angle of 76.51º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCF81E is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 30 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.03 |
| HSL | 76.51º | 0.94% | 0.55% | - |
| HSV(B) | 76.51º | 0.88% | 0.97% | - |
| XYZ | 54.54 | 77.92 | 13.39 | - |
| YUV | 205.21 | 29.12 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 30 | 0.24 | 0 | 0.88 | 0.03 | 76.51 | 0.94 | 0.55 |
| Hex | BC | F8 | 1E | 18 | 0 | 58 | 3 | 4D | 5E | 37 |
| Octal | 274 | 370 | 36 | 30 | 0 | 130 | 3 | 115 | 136 | 67 |
| Binary | 10111100 | 11111000 | 11110 | 11000 | 0 | 1011000 | 11 | 1001101 | 1011110 | 110111 |
Color Harmonies of #BCF81E
Complementary color
Monochromatic Colors of #BCF81E
Black with #BCF81E
Text Example
Text Example
White with #BCF81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF81E; }
p { color: rgb(188,248,30); }
H1.HeaderClassName
{
color: #BCF81E;
}
.AnyTagClassName
{
color: #BCF81E;
}
</style>
background-color css
<style>
a { background-color: #BCF81E; }
a { background-color: rgb(188,248,30); }
div.DivClassName
{
background-color: #BCF81E;
}
.BgClassName
{
background-color: #BCF81E;
}
</style>
border-color css
<style>
span { border-color: #BCF81E; }
span { border-color: rgb(188,248,30); }
td.TdClassName
{
border-color: #BCF81E;
}
.TagClassName
{
border-color: #BCF81E;
}
</style>