Shades of Green Yellow #BAFF28
Tints of Green Yellow #BAFF28
RGB
CMYK
RGB Variations
Color information
#BAFF28 (or 0xBAFF28) is known color: Green Yellow. HEX triplet: BA, FF and 28. RGB value is (186,255,40). Sum of RGB (Red+Green+Blue) = 186+255+40=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF28 is #4500D7. Grayscale: #D2D2D2. Windows color (decimal): -4522200 or 2686906. OLE color: 2686906.
HSL color Cylindrical-coordinate representation of color #BAFF28: hue angle of 79.26º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAFF28 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 40 | - |
| CMYK | 0.27 | 0 | 0.84 | 0 |
| HSL | 79.26º | 1% | 0.58% | - |
| HSV(B) | 79.26º | 0.84% | 1% | - |
| XYZ | 56.39 | 82.11 | 14.88 | - |
| YUV | 209.86 | 32.14 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 40 | 0.27 | 0 | 0.84 | 0 | 79.26 | 1 | 0.58 |
| Hex | BA | FF | 28 | 1B | 0 | 54 | 0 | 4F | 64 | 3A |
| Octal | 272 | 377 | 50 | 33 | 0 | 124 | 0 | 117 | 144 | 72 |
| Binary | 10111010 | 11111111 | 101000 | 11011 | 0 | 1010100 | 0 | 1001111 | 1100100 | 111010 |
Color Harmonies of #BAFF28
Complementary color
Monochromatic Colors of #BAFF28
Black with #BAFF28
Text Example
Text Example
White with #BAFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF28; }
p { color: rgb(186,255,40); }
H1.HeaderClassName
{
color: #BAFF28;
}
.AnyTagClassName
{
color: #BAFF28;
}
</style>
background-color css
<style>
a { background-color: #BAFF28; }
a { background-color: rgb(186,255,40); }
div.DivClassName
{
background-color: #BAFF28;
}
.BgClassName
{
background-color: #BAFF28;
}
</style>
border-color css
<style>
span { border-color: #BAFF28; }
span { border-color: rgb(186,255,40); }
td.TdClassName
{
border-color: #BAFF28;
}
.TagClassName
{
border-color: #BAFF28;
}
</style>