Shades of Green Yellow #BAED2D
Tints of Green Yellow #BAED2D
RGB
CMYK
RGB Variations
Color information
#BAED2D (or 0xBAED2D) is known color: Green Yellow. HEX triplet: BA, ED and 2D. RGB value is (186,237,45). Sum of RGB (Red+Green+Blue) = 186+237+45=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAED2D is #4512D2. Grayscale: #C8C8C8. Windows color (decimal): -4526803 or 3009978. OLE color: 3009978.
HSL color Cylindrical-coordinate representation of color #BAED2D: hue angle of 75.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAED2D is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 45 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.07 |
| HSL | 75.94º | 0.84% | 0.55% | - |
| HSV(B) | 75.94º | 0.81% | 0.93% | - |
| XYZ | 51.01 | 71.2 | 13.54 | - |
| YUV | 199.86 | 40.6 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 45 | 0.22 | 0 | 0.81 | 0.07 | 75.94 | 0.84 | 0.55 |
| Hex | BA | ED | 2D | 16 | 0 | 51 | 7 | 4C | 54 | 37 |
| Octal | 272 | 355 | 55 | 26 | 0 | 121 | 7 | 114 | 124 | 67 |
| Binary | 10111010 | 11101101 | 101101 | 10110 | 0 | 1010001 | 111 | 1001100 | 1010100 | 110111 |
Color Harmonies of #BAED2D
Complementary color
Monochromatic Colors of #BAED2D
Black with #BAED2D
Text Example
Text Example
White with #BAED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAED2D; }
p { color: rgb(186,237,45); }
H1.HeaderClassName
{
color: #BAED2D;
}
.AnyTagClassName
{
color: #BAED2D;
}
</style>
background-color css
<style>
a { background-color: #BAED2D; }
a { background-color: rgb(186,237,45); }
div.DivClassName
{
background-color: #BAED2D;
}
.BgClassName
{
background-color: #BAED2D;
}
</style>
border-color css
<style>
span { border-color: #BAED2D; }
span { border-color: rgb(186,237,45); }
td.TdClassName
{
border-color: #BAED2D;
}
.TagClassName
{
border-color: #BAED2D;
}
</style>