Shades of Green Yellow #BAF328
Tints of Green Yellow #BAF328
RGB
CMYK
RGB Variations
Color information
#BAF328 (or 0xBAF328) is known color: Green Yellow. HEX triplet: BA, F3 and 28. RGB value is (186,243,40). Sum of RGB (Red+Green+Blue) = 186+243+40=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 243 (95.31% from 255 or 51.81% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF328 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF328 is #450CD7. Grayscale: #CBCBCB. Windows color (decimal): -4525272 or 2683834. OLE color: 2683834.
HSL color Cylindrical-coordinate representation of color #BAF328: hue angle of 76.85º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAF328 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 40 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.05 |
| HSL | 76.85º | 0.89% | 0.55% | - |
| HSV(B) | 76.85º | 0.84% | 0.95% | - |
| XYZ | 52.68 | 74.69 | 13.65 | - |
| YUV | 202.82 | 36.12 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 40 | 0.23 | 0 | 0.84 | 0.05 | 76.85 | 0.89 | 0.55 |
| Hex | BA | F3 | 28 | 17 | 0 | 54 | 5 | 4D | 59 | 37 |
| Octal | 272 | 363 | 50 | 27 | 0 | 124 | 5 | 115 | 131 | 67 |
| Binary | 10111010 | 11110011 | 101000 | 10111 | 0 | 1010100 | 101 | 1001101 | 1011001 | 110111 |
Color Harmonies of #BAF328
Complementary color
Monochromatic Colors of #BAF328
Black with #BAF328
Text Example
Text Example
White with #BAF328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF328; }
p { color: rgb(186,243,40); }
H1.HeaderClassName
{
color: #BAF328;
}
.AnyTagClassName
{
color: #BAF328;
}
</style>
background-color css
<style>
a { background-color: #BAF328; }
a { background-color: rgb(186,243,40); }
div.DivClassName
{
background-color: #BAF328;
}
.BgClassName
{
background-color: #BAF328;
}
</style>
border-color css
<style>
span { border-color: #BAF328; }
span { border-color: rgb(186,243,40); }
td.TdClassName
{
border-color: #BAF328;
}
.TagClassName
{
border-color: #BAF328;
}
</style>