Shades of Green Yellow #BAF628
Tints of Green Yellow #BAF628
RGB
CMYK
RGB Variations
Color information
#BAF628 (or 0xBAF628) is known color: Green Yellow. HEX triplet: BA, F6 and 28. RGB value is (186,246,40). Sum of RGB (Red+Green+Blue) = 186+246+40=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 246 (96.48% from 255 or 52.12% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF628 is #4509D7. Grayscale: #CDCDCD. Windows color (decimal): -4524504 or 2684602. OLE color: 2684602.
HSL color Cylindrical-coordinate representation of color #BAF628: hue angle of 77.48º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAF628 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 40 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.04 |
| HSL | 77.48º | 0.92% | 0.56% | - |
| HSV(B) | 77.48º | 0.84% | 0.96% | - |
| XYZ | 53.59 | 76.5 | 13.95 | - |
| YUV | 204.58 | 35.12 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 40 | 0.24 | 0 | 0.84 | 0.04 | 77.48 | 0.92 | 0.56 |
| Hex | BA | F6 | 28 | 18 | 0 | 54 | 4 | 4D | 5C | 38 |
| Octal | 272 | 366 | 50 | 30 | 0 | 124 | 4 | 115 | 134 | 70 |
| Binary | 10111010 | 11110110 | 101000 | 11000 | 0 | 1010100 | 100 | 1001101 | 1011100 | 111000 |
Color Harmonies of #BAF628
Complementary color
Monochromatic Colors of #BAF628
Black with #BAF628
Text Example
Text Example
White with #BAF628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF628; }
p { color: rgb(186,246,40); }
H1.HeaderClassName
{
color: #BAF628;
}
.AnyTagClassName
{
color: #BAF628;
}
</style>
background-color css
<style>
a { background-color: #BAF628; }
a { background-color: rgb(186,246,40); }
div.DivClassName
{
background-color: #BAF628;
}
.BgClassName
{
background-color: #BAF628;
}
</style>
border-color css
<style>
span { border-color: #BAF628; }
span { border-color: rgb(186,246,40); }
td.TdClassName
{
border-color: #BAF628;
}
.TagClassName
{
border-color: #BAF628;
}
</style>