Shades of Green Yellow #BCFF4A
Tints of Green Yellow #BCFF4A
RGB
CMYK
RGB Variations
Color information
#BCFF4A (or 0xBCFF4A) is known color: Green Yellow. HEX triplet: BC, FF and 4A. RGB value is (188,255,74). Sum of RGB (Red+Green+Blue) = 188+255+74=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF4A is #4300B5. Grayscale: #D6D6D6. Windows color (decimal): -4391094 or 4915132. OLE color: 4915132.
HSL color Cylindrical-coordinate representation of color #BCFF4A: hue angle of 82.21º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCFF4A is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 74 | - |
| CMYK | 0.26 | 0 | 0.71 | 0 |
| HSL | 82.21º | 1% | 0.65% | - |
| HSV(B) | 82.21º | 0.71% | 1% | - |
| XYZ | 57.74 | 82.71 | 19.4 | - |
| YUV | 214.33 | 48.8 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 74 | 0.26 | 0 | 0.71 | 0 | 82.21 | 1 | 0.65 |
| Hex | BC | FF | 4A | 1A | 0 | 47 | 0 | 52 | 64 | 41 |
| Octal | 274 | 377 | 112 | 32 | 0 | 107 | 0 | 122 | 144 | 101 |
| Binary | 10111100 | 11111111 | 1001010 | 11010 | 0 | 1000111 | 0 | 1010010 | 1100100 | 1000001 |
Color Harmonies of #BCFF4A
Complementary color
Monochromatic Colors of #BCFF4A
Black with #BCFF4A
Text Example
Text Example
White with #BCFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF4A; }
p { color: rgb(188,255,74); }
H1.HeaderClassName
{
color: #BCFF4A;
}
.AnyTagClassName
{
color: #BCFF4A;
}
</style>
background-color css
<style>
a { background-color: #BCFF4A; }
a { background-color: rgb(188,255,74); }
div.DivClassName
{
background-color: #BCFF4A;
}
.BgClassName
{
background-color: #BCFF4A;
}
</style>
border-color css
<style>
span { border-color: #BCFF4A; }
span { border-color: rgb(188,255,74); }
td.TdClassName
{
border-color: #BCFF4A;
}
.TagClassName
{
border-color: #BCFF4A;
}
</style>