Shades of Green Yellow #BAF641
Tints of Green Yellow #BAF641
RGB
CMYK
RGB Variations
Color information
#BAF641 (or 0xBAF641) is known color: Green Yellow. HEX triplet: BA, F6 and 41. RGB value is (186,246,65). Sum of RGB (Red+Green+Blue) = 186+246+65=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF641 is #4509BE. Grayscale: #D0D0D0. Windows color (decimal): -4524479 or 4323002. OLE color: 4323002.
HSL color Cylindrical-coordinate representation of color #BAF641: hue angle of 79.89º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAF641 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 65 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.04 |
| HSL | 79.89º | 0.91% | 0.61% | - |
| HSV(B) | 79.89º | 0.74% | 0.96% | - |
| XYZ | 54.16 | 76.73 | 16.96 | - |
| YUV | 207.43 | 47.62 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 65 | 0.24 | 0 | 0.74 | 0.04 | 79.89 | 0.91 | 0.61 |
| Hex | BA | F6 | 41 | 18 | 0 | 4A | 4 | 50 | 5B | 3D |
| Octal | 272 | 366 | 101 | 30 | 0 | 112 | 4 | 120 | 133 | 75 |
| Binary | 10111010 | 11110110 | 1000001 | 11000 | 0 | 1001010 | 100 | 1010000 | 1011011 | 111101 |
Color Harmonies of #BAF641
Complementary color
Monochromatic Colors of #BAF641
Black with #BAF641
Text Example
Text Example
White with #BAF641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF641; }
p { color: rgb(186,246,65); }
H1.HeaderClassName
{
color: #BAF641;
}
.AnyTagClassName
{
color: #BAF641;
}
</style>
background-color css
<style>
a { background-color: #BAF641; }
a { background-color: rgb(186,246,65); }
div.DivClassName
{
background-color: #BAF641;
}
.BgClassName
{
background-color: #BAF641;
}
</style>
border-color css
<style>
span { border-color: #BAF641; }
span { border-color: rgb(186,246,65); }
td.TdClassName
{
border-color: #BAF641;
}
.TagClassName
{
border-color: #BAF641;
}
</style>