Shades of Green Yellow #BAED32
Tints of Green Yellow #BAED32
RGB
CMYK
RGB Variations
Color information
#BAED32 (or 0xBAED32) is known color: Green Yellow. HEX triplet: BA, ED and 32. RGB value is (186,237,50). Sum of RGB (Red+Green+Blue) = 186+237+50=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAED32 is #4512CD. Grayscale: #C9C9C9. Windows color (decimal): -4526798 or 3337658. OLE color: 3337658.
HSL color Cylindrical-coordinate representation of color #BAED32: hue angle of 76.36º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAED32 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 50 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.07 |
| HSL | 76.36º | 0.84% | 0.56% | - |
| HSV(B) | 76.36º | 0.79% | 0.93% | - |
| XYZ | 51.11 | 71.24 | 14.07 | - |
| YUV | 200.43 | 43.1 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 50 | 0.22 | 0 | 0.79 | 0.07 | 76.36 | 0.84 | 0.56 |
| Hex | BA | ED | 32 | 16 | 0 | 4F | 7 | 4C | 54 | 38 |
| Octal | 272 | 355 | 62 | 26 | 0 | 117 | 7 | 114 | 124 | 70 |
| Binary | 10111010 | 11101101 | 110010 | 10110 | 0 | 1001111 | 111 | 1001100 | 1010100 | 111000 |
Color Harmonies of #BAED32
Complementary color
Monochromatic Colors of #BAED32
Black with #BAED32
Text Example
Text Example
White with #BAED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAED32; }
p { color: rgb(186,237,50); }
H1.HeaderClassName
{
color: #BAED32;
}
.AnyTagClassName
{
color: #BAED32;
}
</style>
background-color css
<style>
a { background-color: #BAED32; }
a { background-color: rgb(186,237,50); }
div.DivClassName
{
background-color: #BAED32;
}
.BgClassName
{
background-color: #BAED32;
}
</style>
border-color css
<style>
span { border-color: #BAED32; }
span { border-color: rgb(186,237,50); }
td.TdClassName
{
border-color: #BAED32;
}
.TagClassName
{
border-color: #BAED32;
}
</style>