Shades of Green Yellow #BCFF48
Tints of Green Yellow #BCFF48
RGB
CMYK
RGB Variations
Color information
#BCFF48 (or 0xBCFF48) is known color: Green Yellow. HEX triplet: BC, FF and 48. RGB value is (188,255,72). Sum of RGB (Red+Green+Blue) = 188+255+72=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF48 is #4300B7. Grayscale: #D6D6D6. Windows color (decimal): -4391096 or 4784060. OLE color: 4784060.
HSL color Cylindrical-coordinate representation of color #BCFF48: hue angle of 81.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCFF48 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 72 | - |
| CMYK | 0.26 | 0 | 0.72 | 0 |
| HSL | 81.97º | 1% | 0.64% | - |
| HSV(B) | 81.97º | 0.72% | 1% | - |
| XYZ | 57.67 | 82.68 | 19.05 | - |
| YUV | 214.11 | 47.8 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 72 | 0.26 | 0 | 0.72 | 0 | 81.97 | 1 | 0.64 |
| Hex | BC | FF | 48 | 1A | 0 | 48 | 0 | 52 | 64 | 40 |
| Octal | 274 | 377 | 110 | 32 | 0 | 110 | 0 | 122 | 144 | 100 |
| Binary | 10111100 | 11111111 | 1001000 | 11010 | 0 | 1001000 | 0 | 1010010 | 1100100 | 1000000 |
Color Harmonies of #BCFF48
Complementary color
Monochromatic Colors of #BCFF48
Black with #BCFF48
Text Example
Text Example
White with #BCFF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF48; }
p { color: rgb(188,255,72); }
H1.HeaderClassName
{
color: #BCFF48;
}
.AnyTagClassName
{
color: #BCFF48;
}
</style>
background-color css
<style>
a { background-color: #BCFF48; }
a { background-color: rgb(188,255,72); }
div.DivClassName
{
background-color: #BCFF48;
}
.BgClassName
{
background-color: #BCFF48;
}
</style>
border-color css
<style>
span { border-color: #BCFF48; }
span { border-color: rgb(188,255,72); }
td.TdClassName
{
border-color: #BCFF48;
}
.TagClassName
{
border-color: #BCFF48;
}
</style>