Shades of Green Yellow #94ED2D
Tints of Green Yellow #94ED2D
RGB
CMYK
RGB Variations
Color information
#94ED2D (or 0x94ED2D) is known color: Green Yellow. HEX triplet: 94, ED and 2D. RGB value is (148,237,45). Sum of RGB (Red+Green+Blue) = 148+237+45=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94ED2D is #6B12D2. Grayscale: #BDBDBD. Windows color (decimal): -7017171 or 3009940. OLE color: 3009940.
HSL color Cylindrical-coordinate representation of color #94ED2D: hue angle of 87.81º 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 #94ED2D is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 237 | 45 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.07 |
| HSL | 87.81º | 0.84% | 0.55% | - |
| HSV(B) | 87.81º | 0.81% | 0.93% | - |
| XYZ | 42.97 | 67.05 | 13.16 | - |
| YUV | 188.5 | 47.01 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 237 | 45 | 0.38 | 0 | 0.81 | 0.07 | 87.81 | 0.84 | 0.55 |
| Hex | 94 | ED | 2D | 26 | 0 | 51 | 7 | 58 | 54 | 37 |
| Octal | 224 | 355 | 55 | 46 | 0 | 121 | 7 | 130 | 124 | 67 |
| Binary | 10010100 | 11101101 | 101101 | 100110 | 0 | 1010001 | 111 | 1011000 | 1010100 | 110111 |
Color Harmonies of #94ED2D
Complementary color
Monochromatic Colors of #94ED2D
Black with #94ED2D
Text Example
Text Example
White with #94ED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ED2D; }
p { color: rgb(148,237,45); }
H1.HeaderClassName
{
color: #94ED2D;
}
.AnyTagClassName
{
color: #94ED2D;
}
</style>
background-color css
<style>
a { background-color: #94ED2D; }
a { background-color: rgb(148,237,45); }
div.DivClassName
{
background-color: #94ED2D;
}
.BgClassName
{
background-color: #94ED2D;
}
</style>
border-color css
<style>
span { border-color: #94ED2D; }
span { border-color: rgb(148,237,45); }
td.TdClassName
{
border-color: #94ED2D;
}
.TagClassName
{
border-color: #94ED2D;
}
</style>