#94DE22

Color #94DE22 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #94DE22

Tints of Yellow Green #94DE22

Color information

#94DE22 (or 0x94DE22) is unknown color: approx Yellow Green. HEX triplet: 94, DE and 22. RGB value is (148,222,34). Sum of RGB (Red+Green+Blue) = 148+222+34=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 222 (87.11% from 255 or 54.95% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 222 - color contains mainly: green. Hex color #94DE22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DE22 is #6B21DD. Grayscale: #B3B3B3. Windows color (decimal): -7021022 or 2285204. OLE color: 2285204.

HSL color Cylindrical-coordinate representation of color #94DE22: hue angle of 83.62º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94DE22 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB14822234-
CMYK0.3300.850.13
HSL83.62º74.02%50.2%-
HSV(B)83.62º84.68%87.06%-
XYZ38.6258.6510.8-
YUV178.4446.48106.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 222 (87.11% from 255) = 54.95%
BLUE value IS 34 (13.67% from 255) = 8.42%
R=36.63%
G=54.95%
B=8.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148222340.3300.850.1383.6274.0250.2
Hex94DE2221055D544a32
Octal224336424101251512411262
Binary100101001101111010001010000101010101110110101001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DE22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94DE22; }

 p { color: rgb(148,222,34); }

 H1.HeaderClassName
 {
   color: #94DE22;
 }
 .AnyTagClassName
 {
   color: #94DE22;
 }
</style>
background-color css

<style>
 a { background-color: #94DE22; }

 a { background-color: rgb(148,222,34); }

 div.DivClassName
 {
   background-color: #94DE22;
 }
 .BgClassName
 {
   background-color: #94DE22;
 }
</style>
border-color css

<style>
 span { border-color: #94DE22; }

 span { border-color: rgb(148,222,34); }

 td.TdClassName
 {
   border-color: #94DE22;
 }
 .TagClassName
 {
   border-color: #94DE22;
 }
</style>