Shades of Green Yellow #BAF944
Tints of Green Yellow #BAF944
RGB
CMYK
RGB Variations
Color information
#BAF944 (or 0xBAF944) is known color: Green Yellow. HEX triplet: BA, F9 and 44. RGB value is (186,249,68). Sum of RGB (Red+Green+Blue) = 186+249+68=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF944 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF944 is #4506BB. Grayscale: #D2D2D2. Windows color (decimal): -4523708 or 4520378. OLE color: 4520378.
HSL color Cylindrical-coordinate representation of color #BAF944: hue angle of 80.88º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAF944 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 68 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.02 |
| HSL | 80.88º | 0.94% | 0.62% | - |
| HSV(B) | 80.88º | 0.73% | 0.98% | - |
| XYZ | 55.17 | 78.61 | 17.73 | - |
| YUV | 209.53 | 48.13 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 68 | 0.25 | 0 | 0.73 | 0.02 | 80.88 | 0.94 | 0.62 |
| Hex | BA | F9 | 44 | 19 | 0 | 49 | 2 | 51 | 5E | 3E |
| Octal | 272 | 371 | 104 | 31 | 0 | 111 | 2 | 121 | 136 | 76 |
| Binary | 10111010 | 11111001 | 1000100 | 11001 | 0 | 1001001 | 10 | 1010001 | 1011110 | 111110 |
Color Harmonies of #BAF944
Complementary color
Monochromatic Colors of #BAF944
Black with #BAF944
Text Example
Text Example
White with #BAF944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF944; }
p { color: rgb(186,249,68); }
H1.HeaderClassName
{
color: #BAF944;
}
.AnyTagClassName
{
color: #BAF944;
}
</style>
background-color css
<style>
a { background-color: #BAF944; }
a { background-color: rgb(186,249,68); }
div.DivClassName
{
background-color: #BAF944;
}
.BgClassName
{
background-color: #BAF944;
}
</style>
border-color css
<style>
span { border-color: #BAF944; }
span { border-color: rgb(186,249,68); }
td.TdClassName
{
border-color: #BAF944;
}
.TagClassName
{
border-color: #BAF944;
}
</style>