Shades of Green Yellow #BCF524
Tints of Green Yellow #BCF524
RGB
CMYK
RGB Variations
Color information
#BCF524 (or 0xBCF524) is known color: Green Yellow. HEX triplet: BC, F5 and 24. RGB value is (188,245,36). Sum of RGB (Red+Green+Blue) = 188+245+36=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 36 (14.45% from 255 or 7.68% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF524 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF524 is #430ADB. Grayscale: #CCCCCC. Windows color (decimal): -4393692 or 2422204. OLE color: 2422204.
HSL color Cylindrical-coordinate representation of color #BCF524: hue angle of 76.36º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCF524 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 36 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.04 |
| HSL | 76.36º | 0.91% | 0.55% | - |
| HSV(B) | 76.36º | 0.85% | 0.96% | - |
| XYZ | 53.71 | 76.12 | 13.53 | - |
| YUV | 204.13 | 33.12 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 36 | 0.23 | 0 | 0.85 | 0.04 | 76.36 | 0.91 | 0.55 |
| Hex | BC | F5 | 24 | 17 | 0 | 55 | 4 | 4C | 5B | 37 |
| Octal | 274 | 365 | 44 | 27 | 0 | 125 | 4 | 114 | 133 | 67 |
| Binary | 10111100 | 11110101 | 100100 | 10111 | 0 | 1010101 | 100 | 1001100 | 1011011 | 110111 |
Color Harmonies of #BCF524
Complementary color
Monochromatic Colors of #BCF524
Black with #BCF524
Text Example
Text Example
White with #BCF524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF524; }
p { color: rgb(188,245,36); }
H1.HeaderClassName
{
color: #BCF524;
}
.AnyTagClassName
{
color: #BCF524;
}
</style>
background-color css
<style>
a { background-color: #BCF524; }
a { background-color: rgb(188,245,36); }
div.DivClassName
{
background-color: #BCF524;
}
.BgClassName
{
background-color: #BCF524;
}
</style>
border-color css
<style>
span { border-color: #BCF524; }
span { border-color: rgb(188,245,36); }
td.TdClassName
{
border-color: #BCF524;
}
.TagClassName
{
border-color: #BCF524;
}
</style>