Shades of Green Yellow #BAF744
Tints of Green Yellow #BAF744
RGB
CMYK
RGB Variations
Color information
#BAF744 (or 0xBAF744) is known color: Green Yellow. HEX triplet: BA, F7 and 44. RGB value is (186,247,68). Sum of RGB (Red+Green+Blue) = 186+247+68=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF744 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF744 is #4508BB. Grayscale: #D1D1D1. Windows color (decimal): -4524220 or 4519866. OLE color: 4519866.
HSL color Cylindrical-coordinate representation of color #BAF744: hue angle of 80.45º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAF744 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 68 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.03 |
| HSL | 80.45º | 0.92% | 0.62% | - |
| HSV(B) | 80.45º | 0.72% | 0.97% | - |
| XYZ | 54.55 | 77.38 | 17.53 | - |
| YUV | 208.36 | 48.79 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 68 | 0.25 | 0 | 0.72 | 0.03 | 80.45 | 0.92 | 0.62 |
| Hex | BA | F7 | 44 | 19 | 0 | 48 | 3 | 50 | 5C | 3E |
| Octal | 272 | 367 | 104 | 31 | 0 | 110 | 3 | 120 | 134 | 76 |
| Binary | 10111010 | 11110111 | 1000100 | 11001 | 0 | 1001000 | 11 | 1010000 | 1011100 | 111110 |
Color Harmonies of #BAF744
Complementary color
Monochromatic Colors of #BAF744
Black with #BAF744
Text Example
Text Example
White with #BAF744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF744; }
p { color: rgb(186,247,68); }
H1.HeaderClassName
{
color: #BAF744;
}
.AnyTagClassName
{
color: #BAF744;
}
</style>
background-color css
<style>
a { background-color: #BAF744; }
a { background-color: rgb(186,247,68); }
div.DivClassName
{
background-color: #BAF744;
}
.BgClassName
{
background-color: #BAF744;
}
</style>
border-color css
<style>
span { border-color: #BAF744; }
span { border-color: rgb(186,247,68); }
td.TdClassName
{
border-color: #BAF744;
}
.TagClassName
{
border-color: #BAF744;
}
</style>