Shades of Green Yellow #BAFB3E
Tints of Green Yellow #BAFB3E
RGB
CMYK
RGB Variations
Color information
#BAFB3E (or 0xBAFB3E) is known color: Green Yellow. HEX triplet: BA, FB and 3E. RGB value is (186,251,62). Sum of RGB (Red+Green+Blue) = 186+251+62=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 62 (24.61% from 255 or 12.42% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFB3E is #4504C1. Grayscale: #D2D2D2. Windows color (decimal): -4523202 or 4127674. OLE color: 4127674.
HSL color Cylindrical-coordinate representation of color #BAFB3E: hue angle of 80.63º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAFB3E is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 62 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.02 |
| HSL | 80.63º | 0.96% | 0.61% | - |
| HSV(B) | 80.63º | 0.75% | 0.98% | - |
| XYZ | 55.62 | 79.78 | 17.03 | - |
| YUV | 210.02 | 44.47 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 62 | 0.26 | 0 | 0.75 | 0.02 | 80.63 | 0.96 | 0.61 |
| Hex | BA | FB | 3E | 1A | 0 | 4B | 2 | 51 | 60 | 3D |
| Octal | 272 | 373 | 76 | 32 | 0 | 113 | 2 | 121 | 140 | 75 |
| Binary | 10111010 | 11111011 | 111110 | 11010 | 0 | 1001011 | 10 | 1010001 | 1100000 | 111101 |
Color Harmonies of #BAFB3E
Complementary color
Monochromatic Colors of #BAFB3E
Black with #BAFB3E
Text Example
Text Example
White with #BAFB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFB3E; }
p { color: rgb(186,251,62); }
H1.HeaderClassName
{
color: #BAFB3E;
}
.AnyTagClassName
{
color: #BAFB3E;
}
</style>
background-color css
<style>
a { background-color: #BAFB3E; }
a { background-color: rgb(186,251,62); }
div.DivClassName
{
background-color: #BAFB3E;
}
.BgClassName
{
background-color: #BAFB3E;
}
</style>
border-color css
<style>
span { border-color: #BAFB3E; }
span { border-color: rgb(186,251,62); }
td.TdClassName
{
border-color: #BAFB3E;
}
.TagClassName
{
border-color: #BAFB3E;
}
</style>