Shades of Green Yellow #BAFB2D
Tints of Green Yellow #BAFB2D
RGB
CMYK
RGB Variations
Color information
#BAFB2D (or 0xBAFB2D) is known color: Green Yellow. HEX triplet: BA, FB and 2D. RGB value is (186,251,45). Sum of RGB (Red+Green+Blue) = 186+251+45=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 251 (98.44% from 255 or 52.07% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFB2D is #4504D2. Grayscale: #D0D0D0. Windows color (decimal): -4523219 or 3013562. OLE color: 3013562.
HSL color Cylindrical-coordinate representation of color #BAFB2D: hue angle of 78.93º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAFB2D is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 45 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.02 |
| HSL | 78.93º | 0.96% | 0.58% | - |
| HSV(B) | 78.93º | 0.82% | 0.98% | - |
| XYZ | 55.22 | 79.62 | 14.94 | - |
| YUV | 208.08 | 35.97 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 45 | 0.26 | 0 | 0.82 | 0.02 | 78.93 | 0.96 | 0.58 |
| Hex | BA | FB | 2D | 1A | 0 | 52 | 2 | 4F | 60 | 3A |
| Octal | 272 | 373 | 55 | 32 | 0 | 122 | 2 | 117 | 140 | 72 |
| Binary | 10111010 | 11111011 | 101101 | 11010 | 0 | 1010010 | 10 | 1001111 | 1100000 | 111010 |
Color Harmonies of #BAFB2D
Complementary color
Monochromatic Colors of #BAFB2D
Black with #BAFB2D
Text Example
Text Example
White with #BAFB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFB2D; }
p { color: rgb(186,251,45); }
H1.HeaderClassName
{
color: #BAFB2D;
}
.AnyTagClassName
{
color: #BAFB2D;
}
</style>
background-color css
<style>
a { background-color: #BAFB2D; }
a { background-color: rgb(186,251,45); }
div.DivClassName
{
background-color: #BAFB2D;
}
.BgClassName
{
background-color: #BAFB2D;
}
</style>
border-color css
<style>
span { border-color: #BAFB2D; }
span { border-color: rgb(186,251,45); }
td.TdClassName
{
border-color: #BAFB2D;
}
.TagClassName
{
border-color: #BAFB2D;
}
</style>