Shades of Green Yellow #BCF924
Tints of Green Yellow #BCF924
RGB
CMYK
RGB Variations
Color information
#BCF924 (or 0xBCF924) is known color: Green Yellow. HEX triplet: BC, F9 and 24. RGB value is (188,249,36). Sum of RGB (Red+Green+Blue) = 188+249+36=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 36 (14.45% from 255 or 7.61% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF924 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF924 is #4306DB. Grayscale: #CFCFCF. Windows color (decimal): -4392668 or 2423228. OLE color: 2423228.
HSL color Cylindrical-coordinate representation of color #BCF924: hue angle of 77.18º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCF924 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 36 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.02 |
| HSL | 77.18º | 0.95% | 0.56% | - |
| HSV(B) | 77.18º | 0.86% | 0.98% | - |
| XYZ | 54.93 | 78.57 | 13.94 | - |
| YUV | 206.48 | 31.79 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 36 | 0.24 | 0 | 0.86 | 0.02 | 77.18 | 0.95 | 0.56 |
| Hex | BC | F9 | 24 | 18 | 0 | 56 | 2 | 4D | 5F | 38 |
| Octal | 274 | 371 | 44 | 30 | 0 | 126 | 2 | 115 | 137 | 70 |
| Binary | 10111100 | 11111001 | 100100 | 11000 | 0 | 1010110 | 10 | 1001101 | 1011111 | 111000 |
Color Harmonies of #BCF924
Complementary color
Monochromatic Colors of #BCF924
Black with #BCF924
Text Example
Text Example
White with #BCF924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF924; }
p { color: rgb(188,249,36); }
H1.HeaderClassName
{
color: #BCF924;
}
.AnyTagClassName
{
color: #BCF924;
}
</style>
background-color css
<style>
a { background-color: #BCF924; }
a { background-color: rgb(188,249,36); }
div.DivClassName
{
background-color: #BCF924;
}
.BgClassName
{
background-color: #BCF924;
}
</style>
border-color css
<style>
span { border-color: #BCF924; }
span { border-color: rgb(188,249,36); }
td.TdClassName
{
border-color: #BCF924;
}
.TagClassName
{
border-color: #BCF924;
}
</style>