Shades of Green Yellow #BAF33A
Tints of Green Yellow #BAF33A
RGB
CMYK
RGB Variations
Color information
#BAF33A (or 0xBAF33A) is known color: Green Yellow. HEX triplet: BA, F3 and 3A. RGB value is (186,243,58). Sum of RGB (Red+Green+Blue) = 186+243+58=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF33A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF33A is #450CC5. Grayscale: #CDCDCD. Windows color (decimal): -4525254 or 3863482. OLE color: 3863482.
HSL color Cylindrical-coordinate representation of color #BAF33A: hue angle of 78.49º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAF33A is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 58 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.05 |
| HSL | 78.49º | 0.89% | 0.59% | - |
| HSV(B) | 78.49º | 0.76% | 0.95% | - |
| XYZ | 53.06 | 74.85 | 15.65 | - |
| YUV | 204.87 | 45.12 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 58 | 0.23 | 0 | 0.76 | 0.05 | 78.49 | 0.89 | 0.59 |
| Hex | BA | F3 | 3A | 17 | 0 | 4C | 5 | 4E | 59 | 3B |
| Octal | 272 | 363 | 72 | 27 | 0 | 114 | 5 | 116 | 131 | 73 |
| Binary | 10111010 | 11110011 | 111010 | 10111 | 0 | 1001100 | 101 | 1001110 | 1011001 | 111011 |
Color Harmonies of #BAF33A
Complementary color
Monochromatic Colors of #BAF33A
Black with #BAF33A
Text Example
Text Example
White with #BAF33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF33A; }
p { color: rgb(186,243,58); }
H1.HeaderClassName
{
color: #BAF33A;
}
.AnyTagClassName
{
color: #BAF33A;
}
</style>
background-color css
<style>
a { background-color: #BAF33A; }
a { background-color: rgb(186,243,58); }
div.DivClassName
{
background-color: #BAF33A;
}
.BgClassName
{
background-color: #BAF33A;
}
</style>
border-color css
<style>
span { border-color: #BAF33A; }
span { border-color: rgb(186,243,58); }
td.TdClassName
{
border-color: #BAF33A;
}
.TagClassName
{
border-color: #BAF33A;
}
</style>