Shades of Green Yellow #BAFF50
Tints of Green Yellow #BAFF50
RGB
CMYK
RGB Variations
Color information
#BAFF50 (or 0xBAFF50) is known color: Green Yellow. HEX triplet: BA, FF and 50. RGB value is (186,255,80). Sum of RGB (Red+Green+Blue) = 186+255+80=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF50 is #4500AF. Grayscale: #D7D7D7. Windows color (decimal): -4522160 or 5308346. OLE color: 5308346.
HSL color Cylindrical-coordinate representation of color #BAFF50: hue angle of 83.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAFF50 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 80 | - |
| CMYK | 0.27 | 0 | 0.69 | 0 |
| HSL | 83.66º | 1% | 0.66% | - |
| HSV(B) | 83.66º | 0.69% | 1% | - |
| XYZ | 57.46 | 82.54 | 20.49 | - |
| YUV | 214.42 | 52.14 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 80 | 0.27 | 0 | 0.69 | 0 | 83.66 | 1 | 0.66 |
| Hex | BA | FF | 50 | 1B | 0 | 45 | 0 | 54 | 64 | 42 |
| Octal | 272 | 377 | 120 | 33 | 0 | 105 | 0 | 124 | 144 | 102 |
| Binary | 10111010 | 11111111 | 1010000 | 11011 | 0 | 1000101 | 0 | 1010100 | 1100100 | 1000010 |
Color Harmonies of #BAFF50
Complementary color
Monochromatic Colors of #BAFF50
Black with #BAFF50
Text Example
Text Example
White with #BAFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF50; }
p { color: rgb(186,255,80); }
H1.HeaderClassName
{
color: #BAFF50;
}
.AnyTagClassName
{
color: #BAFF50;
}
</style>
background-color css
<style>
a { background-color: #BAFF50; }
a { background-color: rgb(186,255,80); }
div.DivClassName
{
background-color: #BAFF50;
}
.BgClassName
{
background-color: #BAFF50;
}
</style>
border-color css
<style>
span { border-color: #BAFF50; }
span { border-color: rgb(186,255,80); }
td.TdClassName
{
border-color: #BAFF50;
}
.TagClassName
{
border-color: #BAFF50;
}
</style>