Shades of Green Yellow #BAFE31
Tints of Green Yellow #BAFE31
RGB
CMYK
RGB Variations
Color information
#BAFE31 (or 0xBAFE31) is known color: Green Yellow. HEX triplet: BA, FE and 31. RGB value is (186,254,49). Sum of RGB (Red+Green+Blue) = 186+254+49=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFE31 is #4501CE. Grayscale: #D3D3D3. Windows color (decimal): -4522447 or 3276474. OLE color: 3276474.
HSL color Cylindrical-coordinate representation of color #BAFE31: hue angle of 79.9º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAFE31 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 49 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.00 |
| HSL | 79.9º | 0.99% | 0.59% | - |
| HSV(B) | 79.9º | 0.81% | 1% | - |
| XYZ | 56.25 | 81.54 | 15.68 | - |
| YUV | 210.3 | 36.97 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 49 | 0.27 | 0 | 0.81 | 0.00 | 79.9 | 0.99 | 0.59 |
| Hex | BA | FE | 31 | 1B | 0 | 51 | 0 | 50 | 63 | 3B |
| Octal | 272 | 376 | 61 | 33 | 0 | 121 | 0 | 120 | 143 | 73 |
| Binary | 10111010 | 11111110 | 110001 | 11011 | 0 | 1010001 | 0 | 1010000 | 1100011 | 111011 |
Color Harmonies of #BAFE31
Complementary color
Monochromatic Colors of #BAFE31
Black with #BAFE31
Text Example
Text Example
White with #BAFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE31; }
p { color: rgb(186,254,49); }
H1.HeaderClassName
{
color: #BAFE31;
}
.AnyTagClassName
{
color: #BAFE31;
}
</style>
background-color css
<style>
a { background-color: #BAFE31; }
a { background-color: rgb(186,254,49); }
div.DivClassName
{
background-color: #BAFE31;
}
.BgClassName
{
background-color: #BAFE31;
}
</style>
border-color css
<style>
span { border-color: #BAFE31; }
span { border-color: rgb(186,254,49); }
td.TdClassName
{
border-color: #BAFE31;
}
.TagClassName
{
border-color: #BAFE31;
}
</style>