Shades of Green Yellow #BAF436
Tints of Green Yellow #BAF436
RGB
CMYK
RGB Variations
Color information
#BAF436 (or 0xBAF436) is known color: Green Yellow. HEX triplet: BA, F4 and 36. RGB value is (186,244,54). Sum of RGB (Red+Green+Blue) = 186+244+54=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF436 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF436 is #450BC9. Grayscale: #CDCDCD. Windows color (decimal): -4525002 or 3601594. OLE color: 3601594.
HSL color Cylindrical-coordinate representation of color #BAF436: hue angle of 78.32º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAF436 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 54 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.04 |
| HSL | 78.32º | 0.9% | 0.58% | - |
| HSV(B) | 78.32º | 0.78% | 0.96% | - |
| XYZ | 53.27 | 75.41 | 15.24 | - |
| YUV | 205 | 42.78 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 54 | 0.24 | 0 | 0.78 | 0.04 | 78.32 | 0.9 | 0.58 |
| Hex | BA | F4 | 36 | 18 | 0 | 4E | 4 | 4E | 5A | 3A |
| Octal | 272 | 364 | 66 | 30 | 0 | 116 | 4 | 116 | 132 | 72 |
| Binary | 10111010 | 11110100 | 110110 | 11000 | 0 | 1001110 | 100 | 1001110 | 1011010 | 111010 |
Color Harmonies of #BAF436
Complementary color
Monochromatic Colors of #BAF436
Black with #BAF436
Text Example
Text Example
White with #BAF436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF436; }
p { color: rgb(186,244,54); }
H1.HeaderClassName
{
color: #BAF436;
}
.AnyTagClassName
{
color: #BAF436;
}
</style>
background-color css
<style>
a { background-color: #BAF436; }
a { background-color: rgb(186,244,54); }
div.DivClassName
{
background-color: #BAF436;
}
.BgClassName
{
background-color: #BAF436;
}
</style>
border-color css
<style>
span { border-color: #BAF436; }
span { border-color: rgb(186,244,54); }
td.TdClassName
{
border-color: #BAF436;
}
.TagClassName
{
border-color: #BAF436;
}
</style>