#50A704

Color #50A704 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #50A704

Tints of Kelly Green #50A704

Color information

#50A704 (or 0x50A704) is unknown color: approx Kelly Green. HEX triplet: 50, A7 and 04. RGB value is (80,167,4). Sum of RGB (Red+Green+Blue) = 80+167+4=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 167 (65.62% from 255 or 66.53% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 167 - color contains mainly: green. Hex color #50A704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A704 is #AF58FB. Grayscale: #7A7A7A. Windows color (decimal): -11491580 or 304976. OLE color: 304976.

HSL color Cylindrical-coordinate representation of color #50A704: hue angle of 92.02º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50A704 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB801674-
CMYK0.5200.980.35
HSL92.02º95.32%33.53%-
HSV(B)92.02º97.6%65.49%-
XYZ17.1529.354.88-
YUV122.461.1897.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.87%
GREEN value IS 167 (65.62% from 255) = 66.53%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=31.87%
G=66.53%
B=1.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8016740.5200.980.3592.0295.3233.53
Hex50A7434062235c5f22
Octal12024746401424313413742
Binary1010000101001111001101000110001010001110111001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A704; }

 p { color: rgb(80,167,4); }

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

<style>
 a { background-color: #50A704; }

 a { background-color: rgb(80,167,4); }

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

<style>
 span { border-color: #50A704; }

 span { border-color: rgb(80,167,4); }

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