Shades of Green Yellow #BCF523
Tints of Green Yellow #BCF523
RGB
CMYK
RGB Variations
Color information
#BCF523 (or 0xBCF523) is known color: Green Yellow. HEX triplet: BC, F5 and 23. RGB value is (188,245,35). Sum of RGB (Red+Green+Blue) = 188+245+35=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 35 (14.06% from 255 or 7.48% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF523 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF523 is #430ADC. Grayscale: #CCCCCC. Windows color (decimal): -4393693 or 2356668. OLE color: 2356668.
HSL color Cylindrical-coordinate representation of color #BCF523: hue angle of 76.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCF523 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 35 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.04 |
| HSL | 76.29º | 0.91% | 0.55% | - |
| HSV(B) | 76.29º | 0.86% | 0.96% | - |
| XYZ | 53.69 | 76.12 | 13.45 | - |
| YUV | 204.02 | 32.62 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 35 | 0.23 | 0 | 0.86 | 0.04 | 76.29 | 0.91 | 0.55 |
| Hex | BC | F5 | 23 | 17 | 0 | 56 | 4 | 4C | 5B | 37 |
| Octal | 274 | 365 | 43 | 27 | 0 | 126 | 4 | 114 | 133 | 67 |
| Binary | 10111100 | 11110101 | 100011 | 10111 | 0 | 1010110 | 100 | 1001100 | 1011011 | 110111 |
Color Harmonies of #BCF523
Complementary color
Monochromatic Colors of #BCF523
Black with #BCF523
Text Example
Text Example
White with #BCF523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF523; }
p { color: rgb(188,245,35); }
H1.HeaderClassName
{
color: #BCF523;
}
.AnyTagClassName
{
color: #BCF523;
}
</style>
background-color css
<style>
a { background-color: #BCF523; }
a { background-color: rgb(188,245,35); }
div.DivClassName
{
background-color: #BCF523;
}
.BgClassName
{
background-color: #BCF523;
}
</style>
border-color css
<style>
span { border-color: #BCF523; }
span { border-color: rgb(188,245,35); }
td.TdClassName
{
border-color: #BCF523;
}
.TagClassName
{
border-color: #BCF523;
}
</style>