#94C13B

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

Shades of Yellow Green #94C13B

Tints of Yellow Green #94C13B

Color information

#94C13B (or 0x94C13B) is unknown color: approx Yellow Green. HEX triplet: 94, C1 and 3B. RGB value is (148,193,59). Sum of RGB (Red+Green+Blue) = 148+193+59=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #94C13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C13B is #6B3EC4. Grayscale: #A4A4A4. Windows color (decimal): -7028421 or 3916180. OLE color: 3916180.

HSL color Cylindrical-coordinate representation of color #94C13B: hue angle of 80.15º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94C13B is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB14819359-
CMYK0.2300.690.24
HSL80.15º53.17%49.41%-
HSV(B)80.15º69.43%75.69%-
XYZ32.0744.7511.09-
YUV164.2768.59116.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 193 (75.78% from 255) = 48.25%
BLUE value IS 59 (23.44% from 255) = 14.75%
R=37%
G=48.25%
B=14.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148193590.2300.690.2480.1553.1749.41
Hex94C13B1704518503531
Octal22430173270105301206561
Binary10010100110000011110111011101000101110001010000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,59); }

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

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

 a { background-color: rgb(148,193,59); }

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

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

 span { border-color: rgb(148,193,59); }

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