#94D134

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

Shades of Yellow Green #94D134

Tints of Yellow Green #94D134

Color information

#94D134 (or 0x94D134) is unknown color: approx Yellow Green. HEX triplet: 94, D1 and 34. RGB value is (148,209,52). Sum of RGB (Red+Green+Blue) = 148+209+52=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #94D134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D134 is #6B2ECB. Grayscale: #ADADAD. Windows color (decimal): -7024332 or 3461524. OLE color: 3461524.

HSL color Cylindrical-coordinate representation of color #94D134: hue angle of 83.31º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94D134 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB14820952-
CMYK0.2900.750.18
HSL83.31º63.05%51.18%-
HSV(B)83.31º75.12%81.96%-
XYZ35.6352.1411.44-
YUV172.8659.79110.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 209 (82.03% from 255) = 51.10%
BLUE value IS 52 (20.70% from 255) = 12.71%
R=36.19%
G=51.10%
B=12.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148209520.2900.750.1883.3163.0551.18
Hex94D1341D04B12533f33
Octal22432164350113221237763
Binary10010100110100011101001110101001011100101010011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,209,52); }

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

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

 a { background-color: rgb(148,209,52); }

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

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

 span { border-color: rgb(148,209,52); }

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