Shades of Green Yellow #BCF92C
Tints of Green Yellow #BCF92C
RGB
CMYK
RGB Variations
Color information
#BCF92C (or 0xBCF92C) is known color: Green Yellow. HEX triplet: BC, F9 and 2C. RGB value is (188,249,44). Sum of RGB (Red+Green+Blue) = 188+249+44=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 249 (97.66% from 255 or 51.77% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF92C is #4306D3. Grayscale: #D0D0D0. Windows color (decimal): -4392660 or 2947516. OLE color: 2947516.
HSL color Cylindrical-coordinate representation of color #BCF92C: hue angle of 77.85º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCF92C is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 44 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.02 |
| HSL | 77.85º | 0.94% | 0.57% | - |
| HSV(B) | 77.85º | 0.82% | 0.98% | - |
| XYZ | 55.07 | 78.62 | 14.66 | - |
| YUV | 207.39 | 35.79 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 44 | 0.24 | 0 | 0.82 | 0.02 | 77.85 | 0.94 | 0.57 |
| Hex | BC | F9 | 2C | 18 | 0 | 52 | 2 | 4E | 5E | 39 |
| Octal | 274 | 371 | 54 | 30 | 0 | 122 | 2 | 116 | 136 | 71 |
| Binary | 10111100 | 11111001 | 101100 | 11000 | 0 | 1010010 | 10 | 1001110 | 1011110 | 111001 |
Color Harmonies of #BCF92C
Complementary color
Monochromatic Colors of #BCF92C
Black with #BCF92C
Text Example
Text Example
White with #BCF92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF92C; }
p { color: rgb(188,249,44); }
H1.HeaderClassName
{
color: #BCF92C;
}
.AnyTagClassName
{
color: #BCF92C;
}
</style>
background-color css
<style>
a { background-color: #BCF92C; }
a { background-color: rgb(188,249,44); }
div.DivClassName
{
background-color: #BCF92C;
}
.BgClassName
{
background-color: #BCF92C;
}
</style>
border-color css
<style>
span { border-color: #BCF92C; }
span { border-color: rgb(188,249,44); }
td.TdClassName
{
border-color: #BCF92C;
}
.TagClassName
{
border-color: #BCF92C;
}
</style>