Shades of Green Yellow #BCF824
Tints of Green Yellow #BCF824
RGB
CMYK
RGB Variations
Color information
#BCF824 (or 0xBCF824) is known color: Green Yellow. HEX triplet: BC, F8 and 24. RGB value is (188,248,36). Sum of RGB (Red+Green+Blue) = 188+248+36=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 36 (14.45% from 255 or 7.63% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF824 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF824 is #4307DB. Grayscale: #CECECE. Windows color (decimal): -4392924 or 2422972. OLE color: 2422972.
HSL color Cylindrical-coordinate representation of color #BCF824: hue angle of 76.98º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCF824 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 36 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.03 |
| HSL | 76.98º | 0.94% | 0.56% | - |
| HSV(B) | 76.98º | 0.85% | 0.97% | - |
| XYZ | 54.62 | 77.95 | 13.84 | - |
| YUV | 205.89 | 32.12 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 36 | 0.24 | 0 | 0.85 | 0.03 | 76.98 | 0.94 | 0.56 |
| Hex | BC | F8 | 24 | 18 | 0 | 55 | 3 | 4D | 5E | 38 |
| Octal | 274 | 370 | 44 | 30 | 0 | 125 | 3 | 115 | 136 | 70 |
| Binary | 10111100 | 11111000 | 100100 | 11000 | 0 | 1010101 | 11 | 1001101 | 1011110 | 111000 |
Color Harmonies of #BCF824
Complementary color
Monochromatic Colors of #BCF824
Black with #BCF824
Text Example
Text Example
White with #BCF824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF824; }
p { color: rgb(188,248,36); }
H1.HeaderClassName
{
color: #BCF824;
}
.AnyTagClassName
{
color: #BCF824;
}
</style>
background-color css
<style>
a { background-color: #BCF824; }
a { background-color: rgb(188,248,36); }
div.DivClassName
{
background-color: #BCF824;
}
.BgClassName
{
background-color: #BCF824;
}
</style>
border-color css
<style>
span { border-color: #BCF824; }
span { border-color: rgb(188,248,36); }
td.TdClassName
{
border-color: #BCF824;
}
.TagClassName
{
border-color: #BCF824;
}
</style>