Shades of Green Yellow #BAFC1D
Tints of Green Yellow #BAFC1D
RGB
CMYK
RGB Variations
Color information
#BAFC1D (or 0xBAFC1D) is known color: Green Yellow. HEX triplet: BA, FC and 1D. RGB value is (186,252,29). Sum of RGB (Red+Green+Blue) = 186+252+29=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 29 (11.72% from 255 or 6.21% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFC1D is #4503E2. Grayscale: #CFCFCF. Windows color (decimal): -4522979 or 1965242. OLE color: 1965242.
HSL color Cylindrical-coordinate representation of color #BAFC1D: hue angle of 77.76º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAFC1D is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 29 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.01 |
| HSL | 77.76º | 0.97% | 0.55% | - |
| HSV(B) | 77.76º | 0.88% | 0.99% | - |
| XYZ | 55.28 | 80.15 | 13.72 | - |
| YUV | 206.84 | 27.63 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 29 | 0.26 | 0 | 0.88 | 0.01 | 77.76 | 0.97 | 0.55 |
| Hex | BA | FC | 1D | 1A | 0 | 58 | 1 | 4E | 61 | 37 |
| Octal | 272 | 374 | 35 | 32 | 0 | 130 | 1 | 116 | 141 | 67 |
| Binary | 10111010 | 11111100 | 11101 | 11010 | 0 | 1011000 | 1 | 1001110 | 1100001 | 110111 |
Color Harmonies of #BAFC1D
Complementary color
Monochromatic Colors of #BAFC1D
Black with #BAFC1D
Text Example
Text Example
White with #BAFC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC1D; }
p { color: rgb(186,252,29); }
H1.HeaderClassName
{
color: #BAFC1D;
}
.AnyTagClassName
{
color: #BAFC1D;
}
</style>
background-color css
<style>
a { background-color: #BAFC1D; }
a { background-color: rgb(186,252,29); }
div.DivClassName
{
background-color: #BAFC1D;
}
.BgClassName
{
background-color: #BAFC1D;
}
</style>
border-color css
<style>
span { border-color: #BAFC1D; }
span { border-color: rgb(186,252,29); }
td.TdClassName
{
border-color: #BAFC1D;
}
.TagClassName
{
border-color: #BAFC1D;
}
</style>