Shades of Green Yellow #BCFF22
Tints of Green Yellow #BCFF22
RGB
CMYK
RGB Variations
Color information
#BCFF22 (or 0xBCFF22) is known color: Green Yellow. HEX triplet: BC, FF and 22. RGB value is (188,255,34). Sum of RGB (Red+Green+Blue) = 188+255+34=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 34 (13.67% from 255 or 7.13% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF22 is #4300DD. Grayscale: #D2D2D2. Windows color (decimal): -4391134 or 2293692. OLE color: 2293692.
HSL color Cylindrical-coordinate representation of color #BCFF22: hue angle of 78.19º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCFF22 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 34 | - |
| CMYK | 0.26 | 0 | 0.87 | 0 |
| HSL | 78.19º | 1% | 0.57% | - |
| HSV(B) | 78.19º | 0.87% | 1% | - |
| XYZ | 56.79 | 82.33 | 14.41 | - |
| YUV | 209.77 | 28.8 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 34 | 0.26 | 0 | 0.87 | 0 | 78.19 | 1 | 0.57 |
| Hex | BC | FF | 22 | 1A | 0 | 57 | 0 | 4E | 64 | 39 |
| Octal | 274 | 377 | 42 | 32 | 0 | 127 | 0 | 116 | 144 | 71 |
| Binary | 10111100 | 11111111 | 100010 | 11010 | 0 | 1010111 | 0 | 1001110 | 1100100 | 111001 |
Color Harmonies of #BCFF22
Complementary color
Monochromatic Colors of #BCFF22
Black with #BCFF22
Text Example
Text Example
White with #BCFF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF22; }
p { color: rgb(188,255,34); }
H1.HeaderClassName
{
color: #BCFF22;
}
.AnyTagClassName
{
color: #BCFF22;
}
</style>
background-color css
<style>
a { background-color: #BCFF22; }
a { background-color: rgb(188,255,34); }
div.DivClassName
{
background-color: #BCFF22;
}
.BgClassName
{
background-color: #BCFF22;
}
</style>
border-color css
<style>
span { border-color: #BCFF22; }
span { border-color: rgb(188,255,34); }
td.TdClassName
{
border-color: #BCFF22;
}
.TagClassName
{
border-color: #BCFF22;
}
</style>