#50B029

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

Shades of Kelly Green #50B029

Tints of Kelly Green #50B029

Color information

#50B029 (or 0x50B029) is unknown color: approx Kelly Green. HEX triplet: 50, B0 and 29. RGB value is (80,176,41). Sum of RGB (Red+Green+Blue) = 80+176+41=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 176 (69.14% from 255 or 59.26% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 176 - color contains mainly: green. Hex color #50B029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B029 is #AF4FD6. Grayscale: #848484. Windows color (decimal): -11489239 or 2732112. OLE color: 2732112.

HSL color Cylindrical-coordinate representation of color #50B029: hue angle of 102.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50B029 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB8017641-
CMYK0.5500.770.31
HSL102.67º62.21%42.55%-
HSV(B)102.67º76.7%69.02%-
XYZ19.2332.927.44-
YUV131.9176.790.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 176 (69.14% from 255) = 59.26%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=26.94%
G=59.26%
B=13.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80176410.5500.770.31102.6762.2142.55
Hex50B0293704D1F673e2b
Octal12026051670115371477653
Binary10100001011000010100111011101001101111111100111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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