Shades of Green Yellow #BAFF1D
Tints of Green Yellow #BAFF1D
RGB
CMYK
RGB Variations
Color information
#BAFF1D (or 0xBAFF1D) is known color: Green Yellow. HEX triplet: BA, FF and 1D. RGB value is (186,255,29). Sum of RGB (Red+Green+Blue) = 186+255+29=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF1D is #4500E2. Grayscale: #D1D1D1. Windows color (decimal): -4522211 or 1966010. OLE color: 1966010.
HSL color Cylindrical-coordinate representation of color #BAFF1D: hue angle of 78.32º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAFF1D is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 29 | - |
| CMYK | 0.27 | 0 | 0.89 | 0 |
| HSL | 78.32º | 1% | 0.56% | - |
| HSV(B) | 78.32º | 0.89% | 1% | - |
| XYZ | 56.23 | 82.05 | 14.04 | - |
| YUV | 208.61 | 26.64 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 29 | 0.27 | 0 | 0.89 | 0 | 78.32 | 1 | 0.56 |
| Hex | BA | FF | 1D | 1B | 0 | 59 | 0 | 4E | 64 | 38 |
| Octal | 272 | 377 | 35 | 33 | 0 | 131 | 0 | 116 | 144 | 70 |
| Binary | 10111010 | 11111111 | 11101 | 11011 | 0 | 1011001 | 0 | 1001110 | 1100100 | 111000 |
Color Harmonies of #BAFF1D
Complementary color
Monochromatic Colors of #BAFF1D
Black with #BAFF1D
Text Example
Text Example
White with #BAFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF1D; }
p { color: rgb(186,255,29); }
H1.HeaderClassName
{
color: #BAFF1D;
}
.AnyTagClassName
{
color: #BAFF1D;
}
</style>
background-color css
<style>
a { background-color: #BAFF1D; }
a { background-color: rgb(186,255,29); }
div.DivClassName
{
background-color: #BAFF1D;
}
.BgClassName
{
background-color: #BAFF1D;
}
</style>
border-color css
<style>
span { border-color: #BAFF1D; }
span { border-color: rgb(186,255,29); }
td.TdClassName
{
border-color: #BAFF1D;
}
.TagClassName
{
border-color: #BAFF1D;
}
</style>