Shades of Green Yellow #BAF821
Tints of Green Yellow #BAF821
RGB
CMYK
RGB Variations
Color information
#BAF821 (or 0xBAF821) is known color: Green Yellow. HEX triplet: BA, F8 and 21. RGB value is (186,248,33). Sum of RGB (Red+Green+Blue) = 186+248+33=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF821 is #4507DE. Grayscale: #CDCDCD. Windows color (decimal): -4523999 or 2226362. OLE color: 2226362.
HSL color Cylindrical-coordinate representation of color #BAF821: hue angle of 77.3º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAF821 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 33 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.03 |
| HSL | 77.3º | 0.94% | 0.55% | - |
| HSV(B) | 77.3º | 0.87% | 0.97% | - |
| XYZ | 54.09 | 77.68 | 13.58 | - |
| YUV | 204.95 | 30.96 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 33 | 0.25 | 0 | 0.87 | 0.03 | 77.3 | 0.94 | 0.55 |
| Hex | BA | F8 | 21 | 19 | 0 | 57 | 3 | 4D | 5E | 37 |
| Octal | 272 | 370 | 41 | 31 | 0 | 127 | 3 | 115 | 136 | 67 |
| Binary | 10111010 | 11111000 | 100001 | 11001 | 0 | 1010111 | 11 | 1001101 | 1011110 | 110111 |
Color Harmonies of #BAF821
Complementary color
Monochromatic Colors of #BAF821
Black with #BAF821
Text Example
Text Example
White with #BAF821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF821; }
p { color: rgb(186,248,33); }
H1.HeaderClassName
{
color: #BAF821;
}
.AnyTagClassName
{
color: #BAF821;
}
</style>
background-color css
<style>
a { background-color: #BAF821; }
a { background-color: rgb(186,248,33); }
div.DivClassName
{
background-color: #BAF821;
}
.BgClassName
{
background-color: #BAF821;
}
</style>
border-color css
<style>
span { border-color: #BAF821; }
span { border-color: rgb(186,248,33); }
td.TdClassName
{
border-color: #BAF821;
}
.TagClassName
{
border-color: #BAF821;
}
</style>