Shades of Green Yellow #BAF128
Tints of Green Yellow #BAF128
RGB
CMYK
RGB Variations
Color information
#BAF128 (or 0xBAF128) is known color: Green Yellow. HEX triplet: BA, F1 and 28. RGB value is (186,241,40). Sum of RGB (Red+Green+Blue) = 186+241+40=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF128 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF128 is #450ED7. Grayscale: #CACACA. Windows color (decimal): -4525784 or 2683322. OLE color: 2683322.
HSL color Cylindrical-coordinate representation of color #BAF128: hue angle of 76.42º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAF128 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 40 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.05 |
| HSL | 76.42º | 0.88% | 0.55% | - |
| HSV(B) | 76.42º | 0.83% | 0.95% | - |
| XYZ | 52.09 | 73.5 | 13.45 | - |
| YUV | 201.64 | 36.78 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 40 | 0.23 | 0 | 0.83 | 0.05 | 76.42 | 0.88 | 0.55 |
| Hex | BA | F1 | 28 | 17 | 0 | 53 | 5 | 4C | 58 | 37 |
| Octal | 272 | 361 | 50 | 27 | 0 | 123 | 5 | 114 | 130 | 67 |
| Binary | 10111010 | 11110001 | 101000 | 10111 | 0 | 1010011 | 101 | 1001100 | 1011000 | 110111 |
Color Harmonies of #BAF128
Complementary color
Monochromatic Colors of #BAF128
Black with #BAF128
Text Example
Text Example
White with #BAF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF128; }
p { color: rgb(186,241,40); }
H1.HeaderClassName
{
color: #BAF128;
}
.AnyTagClassName
{
color: #BAF128;
}
</style>
background-color css
<style>
a { background-color: #BAF128; }
a { background-color: rgb(186,241,40); }
div.DivClassName
{
background-color: #BAF128;
}
.BgClassName
{
background-color: #BAF128;
}
</style>
border-color css
<style>
span { border-color: #BAF128; }
span { border-color: rgb(186,241,40); }
td.TdClassName
{
border-color: #BAF128;
}
.TagClassName
{
border-color: #BAF128;
}
</style>