Shades of Green Yellow #BCF531
Tints of Green Yellow #BCF531
RGB
CMYK
RGB Variations
Color information
#BCF531 (or 0xBCF531) is known color: Green Yellow. HEX triplet: BC, F5 and 31. RGB value is (188,245,49). Sum of RGB (Red+Green+Blue) = 188+245+49=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF531 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF531 is #430ACE. Grayscale: #CECECE. Windows color (decimal): -4393679 or 3274172. OLE color: 3274172.
HSL color Cylindrical-coordinate representation of color #BCF531: hue angle of 77.45º degrees, saturation: 0.91, 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 #BCF531 is Cyan = 0.23, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 49 | - |
| CMYK | 0.23 | 0 | 0.8 | 0.04 |
| HSL | 77.45º | 0.91% | 0.58% | - |
| HSV(B) | 77.45º | 0.8% | 0.96% | - |
| XYZ | 53.95 | 76.22 | 14.77 | - |
| YUV | 205.61 | 39.62 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 49 | 0.23 | 0 | 0.8 | 0.04 | 77.45 | 0.91 | 0.58 |
| Hex | BC | F5 | 31 | 17 | 0 | 50 | 4 | 4D | 5B | 3A |
| Octal | 274 | 365 | 61 | 27 | 0 | 120 | 4 | 115 | 133 | 72 |
| Binary | 10111100 | 11110101 | 110001 | 10111 | 0 | 1010000 | 100 | 1001101 | 1011011 | 111010 |
Color Harmonies of #BCF531
Complementary color
Monochromatic Colors of #BCF531
Black with #BCF531
Text Example
Text Example
White with #BCF531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF531; }
p { color: rgb(188,245,49); }
H1.HeaderClassName
{
color: #BCF531;
}
.AnyTagClassName
{
color: #BCF531;
}
</style>
background-color css
<style>
a { background-color: #BCF531; }
a { background-color: rgb(188,245,49); }
div.DivClassName
{
background-color: #BCF531;
}
.BgClassName
{
background-color: #BCF531;
}
</style>
border-color css
<style>
span { border-color: #BCF531; }
span { border-color: rgb(188,245,49); }
td.TdClassName
{
border-color: #BCF531;
}
.TagClassName
{
border-color: #BCF531;
}
</style>