#94D82A

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

Shades of Yellow Green #94D82A

Tints of Yellow Green #94D82A

Color information

#94D82A (or 0x94D82A) is unknown color: approx Yellow Green. HEX triplet: 94, D8 and 2A. RGB value is (148,216,42). Sum of RGB (Red+Green+Blue) = 148+216+42=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #94D82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D82A is #6B27D5. Grayscale: #B0B0B0. Windows color (decimal): -7022550 or 2807956. OLE color: 2807956.

HSL color Cylindrical-coordinate representation of color #94D82A: hue angle of 83.45º degrees, saturation: 0.69, 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 #94D82A is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB14821642-
CMYK0.3100.810.15
HSL83.45º69.05%50.59%-
HSV(B)83.45º80.56%84.71%-
XYZ37.1955.5710.96-
YUV175.8352.47108.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 216 (84.77% from 255) = 53.20%
BLUE value IS 42 (16.80% from 255) = 10.34%
R=36.45%
G=53.20%
B=10.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148216420.3100.810.1583.4569.0550.59
Hex94D82A1F051F534533
Octal224330523701211712310563
Binary10010100110110001010101111101010001111110100111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,216,42); }

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

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

 a { background-color: rgb(148,216,42); }

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

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

 span { border-color: rgb(148,216,42); }

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