Shades of Green Yellow #BCF036
Tints of Green Yellow #BCF036
RGB
CMYK
RGB Variations
Color information
#BCF036 (or 0xBCF036) is known color: Green Yellow. HEX triplet: BC, F0 and 36. RGB value is (188,240,54). Sum of RGB (Red+Green+Blue) = 188+240+54=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 54 (21.48% from 255 or 11.20% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF036 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF036 is #430FC9. Grayscale: #CBCBCB. Windows color (decimal): -4394954 or 3600572. OLE color: 3600572.
HSL color Cylindrical-coordinate representation of color #BCF036: hue angle of 76.77º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCF036 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 54 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.06 |
| HSL | 76.77º | 0.86% | 0.58% | - |
| HSV(B) | 76.77º | 0.78% | 0.94% | - |
| XYZ | 52.56 | 73.28 | 14.86 | - |
| YUV | 203.25 | 43.77 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 54 | 0.22 | 0 | 0.78 | 0.06 | 76.77 | 0.86 | 0.58 |
| Hex | BC | F0 | 36 | 16 | 0 | 4E | 6 | 4D | 56 | 3A |
| Octal | 274 | 360 | 66 | 26 | 0 | 116 | 6 | 115 | 126 | 72 |
| Binary | 10111100 | 11110000 | 110110 | 10110 | 0 | 1001110 | 110 | 1001101 | 1010110 | 111010 |
Color Harmonies of #BCF036
Complementary color
Monochromatic Colors of #BCF036
Black with #BCF036
Text Example
Text Example
White with #BCF036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF036; }
p { color: rgb(188,240,54); }
H1.HeaderClassName
{
color: #BCF036;
}
.AnyTagClassName
{
color: #BCF036;
}
</style>
background-color css
<style>
a { background-color: #BCF036; }
a { background-color: rgb(188,240,54); }
div.DivClassName
{
background-color: #BCF036;
}
.BgClassName
{
background-color: #BCF036;
}
</style>
border-color css
<style>
span { border-color: #BCF036; }
span { border-color: rgb(188,240,54); }
td.TdClassName
{
border-color: #BCF036;
}
.TagClassName
{
border-color: #BCF036;
}
</style>