Shades of Green Yellow #BCFF41
Tints of Green Yellow #BCFF41
RGB
CMYK
RGB Variations
Color information
#BCFF41 (or 0xBCFF41) is known color: Green Yellow. HEX triplet: BC, FF and 41. RGB value is (188,255,65). Sum of RGB (Red+Green+Blue) = 188+255+65=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF41 is #4300BE. Grayscale: #D6D6D6. Windows color (decimal): -4391103 or 4325308. OLE color: 4325308.
HSL color Cylindrical-coordinate representation of color #BCFF41: hue angle of 81.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCFF41 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 65 | - |
| CMYK | 0.26 | 0 | 0.75 | 0 |
| HSL | 81.16º | 1% | 0.63% | - |
| HSV(B) | 81.16º | 0.75% | 1% | - |
| XYZ | 57.45 | 82.59 | 17.91 | - |
| YUV | 213.31 | 44.3 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 65 | 0.26 | 0 | 0.75 | 0 | 81.16 | 1 | 0.63 |
| Hex | BC | FF | 41 | 1A | 0 | 4B | 0 | 51 | 64 | 3F |
| Octal | 274 | 377 | 101 | 32 | 0 | 113 | 0 | 121 | 144 | 77 |
| Binary | 10111100 | 11111111 | 1000001 | 11010 | 0 | 1001011 | 0 | 1010001 | 1100100 | 111111 |
Color Harmonies of #BCFF41
Complementary color
Monochromatic Colors of #BCFF41
Black with #BCFF41
Text Example
Text Example
White with #BCFF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF41; }
p { color: rgb(188,255,65); }
H1.HeaderClassName
{
color: #BCFF41;
}
.AnyTagClassName
{
color: #BCFF41;
}
</style>
background-color css
<style>
a { background-color: #BCFF41; }
a { background-color: rgb(188,255,65); }
div.DivClassName
{
background-color: #BCFF41;
}
.BgClassName
{
background-color: #BCFF41;
}
</style>
border-color css
<style>
span { border-color: #BCFF41; }
span { border-color: rgb(188,255,65); }
td.TdClassName
{
border-color: #BCFF41;
}
.TagClassName
{
border-color: #BCFF41;
}
</style>