Shades of Green Yellow #BAFF44
Tints of Green Yellow #BAFF44
RGB
CMYK
RGB Variations
Color information
#BAFF44 (or 0xBAFF44) is known color: Green Yellow. HEX triplet: BA, FF and 44. RGB value is (186,255,68). Sum of RGB (Red+Green+Blue) = 186+255+68=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 68 (26.95% from 255 or 13.36% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF44 is #4500BB. Grayscale: #D5D5D5. Windows color (decimal): -4522172 or 4521914. OLE color: 4521914.
HSL color Cylindrical-coordinate representation of color #BAFF44: hue angle of 82.14º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAFF44 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 68 | - |
| CMYK | 0.27 | 0 | 0.73 | 0 |
| HSL | 82.14º | 1% | 0.63% | - |
| HSV(B) | 82.14º | 0.73% | 1% | - |
| XYZ | 57.05 | 82.38 | 18.36 | - |
| YUV | 213.05 | 46.14 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 68 | 0.27 | 0 | 0.73 | 0 | 82.14 | 1 | 0.63 |
| Hex | BA | FF | 44 | 1B | 0 | 49 | 0 | 52 | 64 | 3F |
| Octal | 272 | 377 | 104 | 33 | 0 | 111 | 0 | 122 | 144 | 77 |
| Binary | 10111010 | 11111111 | 1000100 | 11011 | 0 | 1001001 | 0 | 1010010 | 1100100 | 111111 |
Color Harmonies of #BAFF44
Complementary color
Monochromatic Colors of #BAFF44
Black with #BAFF44
Text Example
Text Example
White with #BAFF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF44; }
p { color: rgb(186,255,68); }
H1.HeaderClassName
{
color: #BAFF44;
}
.AnyTagClassName
{
color: #BAFF44;
}
</style>
background-color css
<style>
a { background-color: #BAFF44; }
a { background-color: rgb(186,255,68); }
div.DivClassName
{
background-color: #BAFF44;
}
.BgClassName
{
background-color: #BAFF44;
}
</style>
border-color css
<style>
span { border-color: #BAFF44; }
span { border-color: rgb(186,255,68); }
td.TdClassName
{
border-color: #BAFF44;
}
.TagClassName
{
border-color: #BAFF44;
}
</style>