Shades of Green Yellow #BCF940
Tints of Green Yellow #BCF940
RGB
CMYK
RGB Variations
Color information
#BCF940 (or 0xBCF940) is known color: Green Yellow. HEX triplet: BC, F9 and 40. RGB value is (188,249,64). Sum of RGB (Red+Green+Blue) = 188+249+64=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF940 is #4306BF. Grayscale: #D2D2D2. Windows color (decimal): -4392640 or 4258236. OLE color: 4258236.
HSL color Cylindrical-coordinate representation of color #BCF940: hue angle of 79.78º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCF940 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 64 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.02 |
| HSL | 79.78º | 0.94% | 0.61% | - |
| HSV(B) | 79.78º | 0.74% | 0.98% | - |
| XYZ | 55.54 | 78.81 | 17.14 | - |
| YUV | 209.67 | 45.79 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 64 | 0.24 | 0 | 0.74 | 0.02 | 79.78 | 0.94 | 0.61 |
| Hex | BC | F9 | 40 | 18 | 0 | 4A | 2 | 50 | 5E | 3D |
| Octal | 274 | 371 | 100 | 30 | 0 | 112 | 2 | 120 | 136 | 75 |
| Binary | 10111100 | 11111001 | 1000000 | 11000 | 0 | 1001010 | 10 | 1010000 | 1011110 | 111101 |
Color Harmonies of #BCF940
Complementary color
Monochromatic Colors of #BCF940
Black with #BCF940
Text Example
Text Example
White with #BCF940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF940; }
p { color: rgb(188,249,64); }
H1.HeaderClassName
{
color: #BCF940;
}
.AnyTagClassName
{
color: #BCF940;
}
</style>
background-color css
<style>
a { background-color: #BCF940; }
a { background-color: rgb(188,249,64); }
div.DivClassName
{
background-color: #BCF940;
}
.BgClassName
{
background-color: #BCF940;
}
</style>
border-color css
<style>
span { border-color: #BCF940; }
span { border-color: rgb(188,249,64); }
td.TdClassName
{
border-color: #BCF940;
}
.TagClassName
{
border-color: #BCF940;
}
</style>