#94D82E

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

Shades of Yellow Green #94D82E

Tints of Yellow Green #94D82E

Color information

#94D82E (or 0x94D82E) is unknown color: approx Yellow Green. HEX triplet: 94, D8 and 2E. RGB value is (148,216,46). Sum of RGB (Red+Green+Blue) = 148+216+46=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #94D82E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D82E is #6B27D1. Grayscale: #B0B0B0. Windows color (decimal): -7022546 or 3070100. OLE color: 3070100.

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

Color convert

RGB14821646-
CMYK0.3100.790.15
HSL84º68.55%51.37%-
HSV(B)84º78.7%84.71%-
XYZ37.2655.611.35-
YUV176.2954.47107.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 216 (84.77% from 255) = 52.68%
BLUE value IS 46 (18.36% from 255) = 11.22%
R=36.10%
G=52.68%
B=11.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148216460.3100.790.158468.5551.37
Hex94D82E1F04FF544533
Octal224330563701171712410563
Binary10010100110110001011101111101001111111110101001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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