Shades of Green Yellow #BCF631
Tints of Green Yellow #BCF631
RGB
CMYK
RGB Variations
Color information
#BCF631 (or 0xBCF631) is known color: Green Yellow. HEX triplet: BC, F6 and 31. RGB value is (188,246,49). Sum of RGB (Red+Green+Blue) = 188+246+49=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF631 is #4309CE. Grayscale: #CECECE. Windows color (decimal): -4393423 or 3274428. OLE color: 3274428.
HSL color Cylindrical-coordinate representation of color #BCF631: hue angle of 77.66º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCF631 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 49 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.04 |
| HSL | 77.66º | 0.92% | 0.58% | - |
| HSV(B) | 77.66º | 0.8% | 0.96% | - |
| XYZ | 54.25 | 76.82 | 14.88 | - |
| YUV | 206.2 | 39.28 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 49 | 0.24 | 0 | 0.80 | 0.04 | 77.66 | 0.92 | 0.58 |
| Hex | BC | F6 | 31 | 18 | 0 | 50 | 4 | 4E | 5C | 3A |
| Octal | 274 | 366 | 61 | 30 | 0 | 120 | 4 | 116 | 134 | 72 |
| Binary | 10111100 | 11110110 | 110001 | 11000 | 0 | 1010000 | 100 | 1001110 | 1011100 | 111010 |
Color Harmonies of #BCF631
Complementary color
Monochromatic Colors of #BCF631
Black with #BCF631
Text Example
Text Example
White with #BCF631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF631; }
p { color: rgb(188,246,49); }
H1.HeaderClassName
{
color: #BCF631;
}
.AnyTagClassName
{
color: #BCF631;
}
</style>
background-color css
<style>
a { background-color: #BCF631; }
a { background-color: rgb(188,246,49); }
div.DivClassName
{
background-color: #BCF631;
}
.BgClassName
{
background-color: #BCF631;
}
</style>
border-color css
<style>
span { border-color: #BCF631; }
span { border-color: rgb(188,246,49); }
td.TdClassName
{
border-color: #BCF631;
}
.TagClassName
{
border-color: #BCF631;
}
</style>