#94EF1E

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

Shades of Green Yellow #94EF1E

Tints of Green Yellow #94EF1E

Color information

#94EF1E (or 0x94EF1E) is unknown color: approx Green Yellow. HEX triplet: 94, EF and 1E. RGB value is (148,239,30). Sum of RGB (Red+Green+Blue) = 148+239+30=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 239 (93.75% from 255 or 57.31% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EF1E is #6B10E1. Grayscale: #BCBCBC. Windows color (decimal): -7016674 or 2027412. OLE color: 2027412.

HSL color Cylindrical-coordinate representation of color #94EF1E: hue angle of 86.12º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94EF1E is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB14823930-
CMYK0.3800.870.06
HSL86.12º86.72%52.75%-
HSV(B)86.12º87.45%93.73%-
XYZ43.3168.1212.09-
YUV187.9638.8599.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 239 (93.75% from 255) = 57.31%
BLUE value IS 30 (12.11% from 255) = 7.19%
R=35.49%
G=57.31%
B=7.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal148239300.3800.870.0686.1286.7252.75
Hex94EF1E260576565735
Octal22435736460127612612765
Binary1001010011101111111101001100101011111010101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,239,30); }

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

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

 a { background-color: rgb(148,239,30); }

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

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

 span { border-color: rgb(148,239,30); }

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