#50C029

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

Shades of Kelly Green #50C029

Tints of Kelly Green #50C029

Color information

#50C029 (or 0x50C029) is unknown color: approx Kelly Green. HEX triplet: 50, C0 and 29. RGB value is (80,192,41). Sum of RGB (Red+Green+Blue) = 80+192+41=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #50C029 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C029 is #AF3FD6. Grayscale: #8D8D8D. Windows color (decimal): -11485143 or 2736208. OLE color: 2736208.

HSL color Cylindrical-coordinate representation of color #50C029: hue angle of 104.5º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50C029 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB8019241-
CMYK0.5800.790.25
HSL104.5º64.81%45.69%-
HSV(B)104.5º78.65%75.29%-
XYZ22.5639.568.55-
YUV141.371.3984.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 192 (75.39% from 255) = 61.34%
BLUE value IS 41 (16.41% from 255) = 13.10%
R=25.56%
G=61.34%
B=13.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80192410.5800.790.25104.564.8145.69
Hex50C0293A04F1969412e
Octal120300517201173115110156
Binary101000011000000101001111010010011111100111010011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,192,41); }

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

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

 a { background-color: rgb(80,192,41); }

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

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

 span { border-color: rgb(80,192,41); }

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