Shades of Green Yellow #BAEE2C
Tints of Green Yellow #BAEE2C
RGB
CMYK
RGB Variations
Color information
#BAEE2C (or 0xBAEE2C) is known color: Green Yellow. HEX triplet: BA, EE and 2C. RGB value is (186,238,44). Sum of RGB (Red+Green+Blue) = 186+238+44=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEE2C is #4511D3. Grayscale: #C9C9C9. Windows color (decimal): -4526548 or 2944698. OLE color: 2944698.
HSL color Cylindrical-coordinate representation of color #BAEE2C: hue angle of 76.08º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAEE2C is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 44 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.07 |
| HSL | 76.08º | 0.85% | 0.55% | - |
| HSV(B) | 76.08º | 0.82% | 0.93% | - |
| XYZ | 51.28 | 71.77 | 13.53 | - |
| YUV | 200.34 | 39.77 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 44 | 0.22 | 0 | 0.82 | 0.07 | 76.08 | 0.85 | 0.55 |
| Hex | BA | EE | 2C | 16 | 0 | 52 | 7 | 4C | 55 | 37 |
| Octal | 272 | 356 | 54 | 26 | 0 | 122 | 7 | 114 | 125 | 67 |
| Binary | 10111010 | 11101110 | 101100 | 10110 | 0 | 1010010 | 111 | 1001100 | 1010101 | 110111 |
Color Harmonies of #BAEE2C
Complementary color
Monochromatic Colors of #BAEE2C
Black with #BAEE2C
Text Example
Text Example
White with #BAEE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEE2C; }
p { color: rgb(186,238,44); }
H1.HeaderClassName
{
color: #BAEE2C;
}
.AnyTagClassName
{
color: #BAEE2C;
}
</style>
background-color css
<style>
a { background-color: #BAEE2C; }
a { background-color: rgb(186,238,44); }
div.DivClassName
{
background-color: #BAEE2C;
}
.BgClassName
{
background-color: #BAEE2C;
}
</style>
border-color css
<style>
span { border-color: #BAEE2C; }
span { border-color: rgb(186,238,44); }
td.TdClassName
{
border-color: #BAEE2C;
}
.TagClassName
{
border-color: #BAEE2C;
}
</style>