#94c325

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

Shades of Yellow Green #94C325

Tints of Yellow Green #94C325

Color information

#94C325 (or 0x94C325) is unknown color: approx Yellow Green. HEX triplet: 94, C3 and 25. RGB value is (148,195,37). Sum of RGB (Red+Green+Blue) = 148+195+37=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #94C325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C325 is #6B3CDA. Grayscale: #A3A3A3. Windows color (decimal): -7027931 or 2474900. OLE color: 2474900.

HSL color Cylindrical-coordinate representation of color #94C325: hue angle of 77.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94C325 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB14819537-
CMYK0.2400.810.24
HSL77.85º68.1%45.49%-
HSV(B)77.85º81.03%76.47%-
XYZ32.0645.468.84-
YUV162.9356.93117.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 195 (76.56% from 255) = 51.32%
BLUE value IS 37 (14.84% from 255) = 9.74%
R=38.95%
G=51.32%
B=9.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148195370.2400.810.2477.8568.145.49
Hex94C32518051184e442d
Octal224303453001213011610455
Binary100101001100001110010111000010100011100010011101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94c325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,195,37); }

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

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

 a { background-color: rgb(148,195,37); }

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

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

 span { border-color: rgb(148,195,37); }

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