#50C434

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

Shades of Kelly Green #50C434

Tints of Kelly Green #50C434

Color information

#50C434 (or 0x50C434) is unknown color: approx Kelly Green. HEX triplet: 50, C4 and 34. RGB value is (80,196,52). Sum of RGB (Red+Green+Blue) = 80+196+52=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 196 (76.95% from 255 or 59.76% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 196 - color contains mainly: green. Hex color #50C434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C434 is #AF3BCB. Grayscale: #919191. Windows color (decimal): -11484108 or 3458128. OLE color: 3458128.

HSL color Cylindrical-coordinate representation of color #50C434: hue angle of 108.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50C434 is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB8019652-
CMYK0.5900.730.23
HSL108.33º58.06%48.63%-
HSV(B)108.33º73.47%76.86%-
XYZ23.6741.4310-
YUV144.975.5781.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 196 (76.95% from 255) = 59.76%
BLUE value IS 52 (20.70% from 255) = 15.85%
R=24.39%
G=59.76%
B=15.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80196520.5900.730.23108.3358.0648.63
Hex50C4343B049176c3a31
Octal12030464730111271547261
Binary10100001100010011010011101101001001101111101100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,196,52); }

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

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

 a { background-color: rgb(80,196,52); }

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

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

 span { border-color: rgb(80,196,52); }

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