Shades of Green Yellow #BCF22C
Tints of Green Yellow #BCF22C
RGB
CMYK
RGB Variations
Color information
#BCF22C (or 0xBCF22C) is known color: Green Yellow. HEX triplet: BC, F2 and 2C. RGB value is (188,242,44). Sum of RGB (Red+Green+Blue) = 188+242+44=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF22C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF22C is #430DD3. Grayscale: #CCCCCC. Windows color (decimal): -4394452 or 2945724. OLE color: 2945724.
HSL color Cylindrical-coordinate representation of color #BCF22C: hue angle of 76.36º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCF22C is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 44 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.05 |
| HSL | 76.36º | 0.88% | 0.56% | - |
| HSV(B) | 76.36º | 0.82% | 0.95% | - |
| XYZ | 52.95 | 74.38 | 13.95 | - |
| YUV | 203.28 | 38.11 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 44 | 0.22 | 0 | 0.82 | 0.05 | 76.36 | 0.88 | 0.56 |
| Hex | BC | F2 | 2C | 16 | 0 | 52 | 5 | 4C | 58 | 38 |
| Octal | 274 | 362 | 54 | 26 | 0 | 122 | 5 | 114 | 130 | 70 |
| Binary | 10111100 | 11110010 | 101100 | 10110 | 0 | 1010010 | 101 | 1001100 | 1011000 | 111000 |
Color Harmonies of #BCF22C
Complementary color
Monochromatic Colors of #BCF22C
Black with #BCF22C
Text Example
Text Example
White with #BCF22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF22C; }
p { color: rgb(188,242,44); }
H1.HeaderClassName
{
color: #BCF22C;
}
.AnyTagClassName
{
color: #BCF22C;
}
</style>
background-color css
<style>
a { background-color: #BCF22C; }
a { background-color: rgb(188,242,44); }
div.DivClassName
{
background-color: #BCF22C;
}
.BgClassName
{
background-color: #BCF22C;
}
</style>
border-color css
<style>
span { border-color: #BCF22C; }
span { border-color: rgb(188,242,44); }
td.TdClassName
{
border-color: #BCF22C;
}
.TagClassName
{
border-color: #BCF22C;
}
</style>