#94DA29

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

Shades of Yellow Green #94DA29

Tints of Yellow Green #94DA29

Color information

#94DA29 (or 0x94DA29) is unknown color: approx Yellow Green. HEX triplet: 94, DA and 29. RGB value is (148,218,41). Sum of RGB (Red+Green+Blue) = 148+218+41=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DA29 is #6B25D6. Grayscale: #B1B1B1. Windows color (decimal): -7022039 or 2742932. OLE color: 2742932.

HSL color Cylindrical-coordinate representation of color #94DA29: hue angle of 83.73º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94DA29 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB14821841-
CMYK0.3200.810.15
HSL83.73º70.52%50.78%-
HSV(B)83.73º81.19%85.49%-
XYZ37.6856.611.04-
YUV176.8951.31107.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 218 (85.55% from 255) = 53.56%
BLUE value IS 41 (16.41% from 255) = 10.07%
R=36.36%
G=53.56%
B=10.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148218410.3200.810.1583.7370.5250.78
Hex94DA2920051F544733
Octal224332514001211712410763
Binary100101001101101010100110000001010001111110101001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,218,41); }

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

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

 a { background-color: rgb(148,218,41); }

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

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

 span { border-color: rgb(148,218,41); }

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