#94C632

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

Shades of Yellow Green #94C632

Tints of Yellow Green #94C632

Color information

#94C632 (or 0x94C632) is unknown color: approx Yellow Green. HEX triplet: 94, C6 and 32. RGB value is (148,198,50). Sum of RGB (Red+Green+Blue) = 148+198+50=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #94C632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C632 is #6B39CD. Grayscale: #A6A6A6. Windows color (decimal): -7027150 or 3327636. OLE color: 3327636.

HSL color Cylindrical-coordinate representation of color #94C632: hue angle of 80.27º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94C632 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB14819850-
CMYK0.2500.750.22
HSL80.27º59.68%48.63%-
HSV(B)80.27º74.75%77.65%-
XYZ32.9846.9110.33-
YUV166.1862.44115.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 198 (77.73% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 12.63%
R=37.37%
G=50%
B=12.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal148198500.2500.750.2280.2759.6848.63
Hex94C6321904B16503c31
Octal22430662310113261207461
Binary10010100110001101100101100101001011101101010000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,198,50); }

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

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

 a { background-color: rgb(148,198,50); }

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

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

 span { border-color: rgb(148,198,50); }

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