Shades of Green Yellow #BAFF2C
Tints of Green Yellow #BAFF2C
RGB
CMYK
RGB Variations
Color information
#BAFF2C (or 0xBAFF2C) is known color: Green Yellow. HEX triplet: BA, FF and 2C. RGB value is (186,255,44). Sum of RGB (Red+Green+Blue) = 186+255+44=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF2C is #4500D3. Grayscale: #D3D3D3. Windows color (decimal): -4522196 or 2949050. OLE color: 2949050.
HSL color Cylindrical-coordinate representation of color #BAFF2C: hue angle of 79.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAFF2C is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 44 | - |
| CMYK | 0.27 | 0 | 0.83 | 0 |
| HSL | 79.62º | 1% | 0.59% | - |
| HSV(B) | 79.62º | 0.83% | 1% | - |
| XYZ | 56.46 | 82.14 | 15.26 | - |
| YUV | 210.32 | 34.14 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 44 | 0.27 | 0 | 0.83 | 0 | 79.62 | 1 | 0.59 |
| Hex | BA | FF | 2C | 1B | 0 | 53 | 0 | 50 | 64 | 3B |
| Octal | 272 | 377 | 54 | 33 | 0 | 123 | 0 | 120 | 144 | 73 |
| Binary | 10111010 | 11111111 | 101100 | 11011 | 0 | 1010011 | 0 | 1010000 | 1100100 | 111011 |
Color Harmonies of #BAFF2C
Complementary color
Monochromatic Colors of #BAFF2C
Black with #BAFF2C
Text Example
Text Example
White with #BAFF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF2C; }
p { color: rgb(186,255,44); }
H1.HeaderClassName
{
color: #BAFF2C;
}
.AnyTagClassName
{
color: #BAFF2C;
}
</style>
background-color css
<style>
a { background-color: #BAFF2C; }
a { background-color: rgb(186,255,44); }
div.DivClassName
{
background-color: #BAFF2C;
}
.BgClassName
{
background-color: #BAFF2C;
}
</style>
border-color css
<style>
span { border-color: #BAFF2C; }
span { border-color: rgb(186,255,44); }
td.TdClassName
{
border-color: #BAFF2C;
}
.TagClassName
{
border-color: #BAFF2C;
}
</style>