#94DF1D

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

Shades of Yellow Green #94DF1D

Tints of Yellow Green #94DF1D

Color information

#94DF1D (or 0x94DF1D) is unknown color: approx Yellow Green. HEX triplet: 94, DF and 1D. RGB value is (148,223,29). Sum of RGB (Red+Green+Blue) = 148+223+29=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DF1D is #6B20E2. Grayscale: #B3B3B3. Windows color (decimal): -7020771 or 1957780. OLE color: 1957780.

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

Color convert

RGB14822329-
CMYK0.3400.870.13
HSL83.2º76.98%49.41%-
HSV(B)83.2º87%87.45%-
XYZ38.8259.1610.54-
YUV178.4643.65106.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 223 (87.5% from 255) = 55.75%
BLUE value IS 29 (11.72% from 255) = 7.25%
R=37%
G=55.75%
B=7.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148223290.3400.870.1383.276.9849.41
Hex94DF1D22057D534d31
Octal224337354201271512311561
Binary10010100110111111110110001001010111110110100111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DF1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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