Shades of Green Yellow #BAF93F
Tints of Green Yellow #BAF93F
RGB
CMYK
RGB Variations
Color information
#BAF93F (or 0xBAF93F) is known color: Green Yellow. HEX triplet: BA, F9 and 3F. RGB value is (186,249,63). Sum of RGB (Red+Green+Blue) = 186+249+63=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF93F is #4506C0. Grayscale: #D1D1D1. Windows color (decimal): -4523713 or 4192698. OLE color: 4192698.
HSL color Cylindrical-coordinate representation of color #BAF93F: hue angle of 80.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAF93F is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 63 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.02 |
| HSL | 80.32º | 0.94% | 0.61% | - |
| HSV(B) | 80.32º | 0.75% | 0.98% | - |
| XYZ | 55.02 | 78.55 | 16.96 | - |
| YUV | 208.96 | 45.63 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 63 | 0.25 | 0 | 0.75 | 0.02 | 80.32 | 0.94 | 0.61 |
| Hex | BA | F9 | 3F | 19 | 0 | 4B | 2 | 50 | 5E | 3D |
| Octal | 272 | 371 | 77 | 31 | 0 | 113 | 2 | 120 | 136 | 75 |
| Binary | 10111010 | 11111001 | 111111 | 11001 | 0 | 1001011 | 10 | 1010000 | 1011110 | 111101 |
Color Harmonies of #BAF93F
Complementary color
Monochromatic Colors of #BAF93F
Black with #BAF93F
Text Example
Text Example
White with #BAF93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF93F; }
p { color: rgb(186,249,63); }
H1.HeaderClassName
{
color: #BAF93F;
}
.AnyTagClassName
{
color: #BAF93F;
}
</style>
background-color css
<style>
a { background-color: #BAF93F; }
a { background-color: rgb(186,249,63); }
div.DivClassName
{
background-color: #BAF93F;
}
.BgClassName
{
background-color: #BAF93F;
}
</style>
border-color css
<style>
span { border-color: #BAF93F; }
span { border-color: rgb(186,249,63); }
td.TdClassName
{
border-color: #BAF93F;
}
.TagClassName
{
border-color: #BAF93F;
}
</style>