#50C804

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

Shades of Kelly Green #50C804

Tints of Kelly Green #50C804

Color information

#50C804 (or 0x50C804) is unknown color: approx Kelly Green. HEX triplet: 50, C8 and 04. RGB value is (80,200,4). Sum of RGB (Red+Green+Blue) = 80+200+4=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 200 (78.52% from 255 or 70.42% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 200 - color contains mainly: green. Hex color #50C804 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C804 is #AF37FB. Grayscale: #8E8E8E. Windows color (decimal): -11483132 or 313424. OLE color: 313424.

HSL color Cylindrical-coordinate representation of color #50C804: hue angle of 96.73º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50C804 is Cyan = 0.6, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB802004-
CMYK0.600.980.22
HSL96.73º96.08%40%-
HSV(B)96.73º98%78.43%-
XYZ23.9843.027.15-
YUV141.7850.2483.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 200 (78.52% from 255) = 70.42%
BLUE value IS 4 (1.95% from 255) = 1.41%
R=28.17%
G=70.42%
B=1.41%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal8020040.600.980.2296.7396.0840
Hex50C843C06216616028
Octal12031047401422614114050
Binary101000011001000100111100011000101011011000011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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