#94E01D

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

Shades of Yellow Green #94E01D

Tints of Yellow Green #94E01D

Color information

#94E01D (or 0x94E01D) is unknown color: approx Yellow Green. HEX triplet: 94, E0 and 1D. RGB value is (148,224,29). Sum of RGB (Red+Green+Blue) = 148+224+29=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 224 (87.89% from 255 or 55.86% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 224 - color contains mainly: green. Hex color #94E01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E01D is #6B1FE2. Grayscale: #B3B3B3. Windows color (decimal): -7020515 or 1958036. OLE color: 1958036.

HSL color Cylindrical-coordinate representation of color #94E01D: hue angle of 83.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94E01D is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB14822429-
CMYK0.3400.870.12
HSL83.38º77.08%49.61%-
HSV(B)83.38º87.05%87.84%-
XYZ39.0959.710.62-
YUV179.0543.32105.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 224 (87.89% from 255) = 55.86%
BLUE value IS 29 (11.72% from 255) = 7.23%
R=36.91%
G=55.86%
B=7.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal148224290.3400.870.1283.3877.0849.61
Hex94E01D22057C534d32
Octal224340354201271412311562
Binary10010100111000001110110001001010111110010100111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,224,29); }

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

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

 a { background-color: rgb(148,224,29); }

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

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

 span { border-color: rgb(148,224,29); }

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