Shades of Green Yellow #BAFC1C
Tints of Green Yellow #BAFC1C
RGB
CMYK
RGB Variations
Color information
#BAFC1C (or 0xBAFC1C) is known color: Green Yellow. HEX triplet: BA, FC and 1C. RGB value is (186,252,28). Sum of RGB (Red+Green+Blue) = 186+252+28=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFC1C is #4503E3. Grayscale: #CFCFCF. Windows color (decimal): -4522980 or 1899706. OLE color: 1899706.
HSL color Cylindrical-coordinate representation of color #BAFC1C: hue angle of 77.68º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAFC1C is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 28 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.01 |
| HSL | 77.68º | 0.97% | 0.55% | - |
| HSV(B) | 77.68º | 0.89% | 0.99% | - |
| XYZ | 55.27 | 80.14 | 13.65 | - |
| YUV | 206.73 | 27.13 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 28 | 0.26 | 0 | 0.89 | 0.01 | 77.68 | 0.97 | 0.55 |
| Hex | BA | FC | 1C | 1A | 0 | 59 | 1 | 4E | 61 | 37 |
| Octal | 272 | 374 | 34 | 32 | 0 | 131 | 1 | 116 | 141 | 67 |
| Binary | 10111010 | 11111100 | 11100 | 11010 | 0 | 1011001 | 1 | 1001110 | 1100001 | 110111 |
Color Harmonies of #BAFC1C
Complementary color
Monochromatic Colors of #BAFC1C
Black with #BAFC1C
Text Example
Text Example
White with #BAFC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC1C; }
p { color: rgb(186,252,28); }
H1.HeaderClassName
{
color: #BAFC1C;
}
.AnyTagClassName
{
color: #BAFC1C;
}
</style>
background-color css
<style>
a { background-color: #BAFC1C; }
a { background-color: rgb(186,252,28); }
div.DivClassName
{
background-color: #BAFC1C;
}
.BgClassName
{
background-color: #BAFC1C;
}
</style>
border-color css
<style>
span { border-color: #BAFC1C; }
span { border-color: rgb(186,252,28); }
td.TdClassName
{
border-color: #BAFC1C;
}
.TagClassName
{
border-color: #BAFC1C;
}
</style>