Shades of Green Yellow #BAFC2D
Tints of Green Yellow #BAFC2D
RGB
CMYK
RGB Variations
Color information
#BAFC2D (or 0xBAFC2D) is known color: Green Yellow. HEX triplet: BA, FC and 2D. RGB value is (186,252,45). Sum of RGB (Red+Green+Blue) = 186+252+45=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFC2D is #4503D2. Grayscale: #D1D1D1. Windows color (decimal): -4522963 or 3013818. OLE color: 3013818.
HSL color Cylindrical-coordinate representation of color #BAFC2D: hue angle of 79.13º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAFC2D is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 45 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.01 |
| HSL | 79.13º | 0.97% | 0.58% | - |
| HSV(B) | 79.13º | 0.82% | 0.99% | - |
| XYZ | 55.53 | 80.25 | 15.05 | - |
| YUV | 208.67 | 35.63 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 45 | 0.26 | 0 | 0.82 | 0.01 | 79.13 | 0.97 | 0.58 |
| Hex | BA | FC | 2D | 1A | 0 | 52 | 1 | 4F | 61 | 3A |
| Octal | 272 | 374 | 55 | 32 | 0 | 122 | 1 | 117 | 141 | 72 |
| Binary | 10111010 | 11111100 | 101101 | 11010 | 0 | 1010010 | 1 | 1001111 | 1100001 | 111010 |
Color Harmonies of #BAFC2D
Complementary color
Monochromatic Colors of #BAFC2D
Black with #BAFC2D
Text Example
Text Example
White with #BAFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC2D; }
p { color: rgb(186,252,45); }
H1.HeaderClassName
{
color: #BAFC2D;
}
.AnyTagClassName
{
color: #BAFC2D;
}
</style>
background-color css
<style>
a { background-color: #BAFC2D; }
a { background-color: rgb(186,252,45); }
div.DivClassName
{
background-color: #BAFC2D;
}
.BgClassName
{
background-color: #BAFC2D;
}
</style>
border-color css
<style>
span { border-color: #BAFC2D; }
span { border-color: rgb(186,252,45); }
td.TdClassName
{
border-color: #BAFC2D;
}
.TagClassName
{
border-color: #BAFC2D;
}
</style>