#94d327

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

Shades of Yellow Green #94D327

Tints of Yellow Green #94D327

Color information

#94D327 (or 0x94D327) is unknown color: approx Yellow Green. HEX triplet: 94, D3 and 27. RGB value is (148,211,39). Sum of RGB (Red+Green+Blue) = 148+211+39=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #94D327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D327 is #6B2CD8. Grayscale: #ADADAD. Windows color (decimal): -7023833 or 2610068. OLE color: 2610068.

HSL color Cylindrical-coordinate representation of color #94D327: hue angle of 81.98º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94D327 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB14821139-
CMYK0.3000.820.17
HSL81.98º68.8%49.02%-
HSV(B)81.98º81.52%82.75%-
XYZ35.8753.0310.26-
YUV172.5552.63110.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 211 (82.81% from 255) = 53.02%
BLUE value IS 39 (15.62% from 255) = 9.80%
R=37.19%
G=53.02%
B=9.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal148211390.3000.820.1781.9868.849.02
Hex94D3271E05211524531
Octal224323473601222112210561
Binary100101001101001110011111110010100101000110100101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94d327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,211,39); }

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

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

 a { background-color: rgb(148,211,39); }

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

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

 span { border-color: rgb(148,211,39); }

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