Shades of Green Yellow #BAF341
Tints of Green Yellow #BAF341
RGB
CMYK
RGB Variations
Color information
#BAF341 (or 0xBAF341) is known color: Green Yellow. HEX triplet: BA, F3 and 41. RGB value is (186,243,65). Sum of RGB (Red+Green+Blue) = 186+243+65=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF341 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF341 is #450CBE. Grayscale: #CECECE. Windows color (decimal): -4525247 or 4322234. OLE color: 4322234.
HSL color Cylindrical-coordinate representation of color #BAF341: hue angle of 79.21º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAF341 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 65 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.05 |
| HSL | 79.21º | 0.88% | 0.6% | - |
| HSV(B) | 79.21º | 0.73% | 0.95% | - |
| XYZ | 53.25 | 74.92 | 16.66 | - |
| YUV | 205.67 | 48.62 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 65 | 0.23 | 0 | 0.73 | 0.05 | 79.21 | 0.88 | 0.6 |
| Hex | BA | F3 | 41 | 17 | 0 | 49 | 5 | 4F | 58 | 3C |
| Octal | 272 | 363 | 101 | 27 | 0 | 111 | 5 | 117 | 130 | 74 |
| Binary | 10111010 | 11110011 | 1000001 | 10111 | 0 | 1001001 | 101 | 1001111 | 1011000 | 111100 |
Color Harmonies of #BAF341
Complementary color
Monochromatic Colors of #BAF341
Black with #BAF341
Text Example
Text Example
White with #BAF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF341; }
p { color: rgb(186,243,65); }
H1.HeaderClassName
{
color: #BAF341;
}
.AnyTagClassName
{
color: #BAF341;
}
</style>
background-color css
<style>
a { background-color: #BAF341; }
a { background-color: rgb(186,243,65); }
div.DivClassName
{
background-color: #BAF341;
}
.BgClassName
{
background-color: #BAF341;
}
</style>
border-color css
<style>
span { border-color: #BAF341; }
span { border-color: rgb(186,243,65); }
td.TdClassName
{
border-color: #BAF341;
}
.TagClassName
{
border-color: #BAF341;
}
</style>