Shades of Green Yellow #BCFA30
Tints of Green Yellow #BCFA30
RGB
CMYK
RGB Variations
Color information
#BCFA30 (or 0xBCFA30) is known color: Green Yellow. HEX triplet: BC, FA and 30. RGB value is (188,250,48). Sum of RGB (Red+Green+Blue) = 188+250+48=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFA30 is #4305CF. Grayscale: #D1D1D1. Windows color (decimal): -4392400 or 3209916. OLE color: 3209916.
HSL color Cylindrical-coordinate representation of color #BCFA30: hue angle of 78.42º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCFA30 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 48 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.02 |
| HSL | 78.42º | 0.95% | 0.58% | - |
| HSV(B) | 78.42º | 0.81% | 0.98% | - |
| XYZ | 55.46 | 79.28 | 15.18 | - |
| YUV | 208.43 | 37.46 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 48 | 0.25 | 0 | 0.81 | 0.02 | 78.42 | 0.95 | 0.58 |
| Hex | BC | FA | 30 | 19 | 0 | 51 | 2 | 4E | 5F | 3A |
| Octal | 274 | 372 | 60 | 31 | 0 | 121 | 2 | 116 | 137 | 72 |
| Binary | 10111100 | 11111010 | 110000 | 11001 | 0 | 1010001 | 10 | 1001110 | 1011111 | 111010 |
Color Harmonies of #BCFA30
Complementary color
Monochromatic Colors of #BCFA30
Black with #BCFA30
Text Example
Text Example
White with #BCFA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFA30; }
p { color: rgb(188,250,48); }
H1.HeaderClassName
{
color: #BCFA30;
}
.AnyTagClassName
{
color: #BCFA30;
}
</style>
background-color css
<style>
a { background-color: #BCFA30; }
a { background-color: rgb(188,250,48); }
div.DivClassName
{
background-color: #BCFA30;
}
.BgClassName
{
background-color: #BCFA30;
}
</style>
border-color css
<style>
span { border-color: #BCFA30; }
span { border-color: rgb(188,250,48); }
td.TdClassName
{
border-color: #BCFA30;
}
.TagClassName
{
border-color: #BCFA30;
}
</style>