Shades of Green Yellow #BAF028
Tints of Green Yellow #BAF028
RGB
CMYK
RGB Variations
Color information
#BAF028 (or 0xBAF028) is known color: Green Yellow. HEX triplet: BA, F0 and 28. RGB value is (186,240,40). Sum of RGB (Red+Green+Blue) = 186+240+40=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 40 (16.02% from 255 or 8.58% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF028 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF028 is #450FD7. Grayscale: #C9C9C9. Windows color (decimal): -4526040 or 2683066. OLE color: 2683066.
HSL color Cylindrical-coordinate representation of color #BAF028: hue angle of 76.2º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAF028 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 40 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.06 |
| HSL | 76.2º | 0.87% | 0.55% | - |
| HSV(B) | 76.2º | 0.83% | 0.94% | - |
| XYZ | 51.79 | 72.91 | 13.35 | - |
| YUV | 201.05 | 37.11 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 40 | 0.22 | 0 | 0.83 | 0.06 | 76.2 | 0.87 | 0.55 |
| Hex | BA | F0 | 28 | 16 | 0 | 53 | 6 | 4C | 57 | 37 |
| Octal | 272 | 360 | 50 | 26 | 0 | 123 | 6 | 114 | 127 | 67 |
| Binary | 10111010 | 11110000 | 101000 | 10110 | 0 | 1010011 | 110 | 1001100 | 1010111 | 110111 |
Color Harmonies of #BAF028
Complementary color
Monochromatic Colors of #BAF028
Black with #BAF028
Text Example
Text Example
White with #BAF028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF028; }
p { color: rgb(186,240,40); }
H1.HeaderClassName
{
color: #BAF028;
}
.AnyTagClassName
{
color: #BAF028;
}
</style>
background-color css
<style>
a { background-color: #BAF028; }
a { background-color: rgb(186,240,40); }
div.DivClassName
{
background-color: #BAF028;
}
.BgClassName
{
background-color: #BAF028;
}
</style>
border-color css
<style>
span { border-color: #BAF028; }
span { border-color: rgb(186,240,40); }
td.TdClassName
{
border-color: #BAF028;
}
.TagClassName
{
border-color: #BAF028;
}
</style>