#50DC14

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

Shades of Kelly Green #50DC14

Tints of Kelly Green #50DC14

Color information

#50DC14 (or 0x50DC14) is unknown color: approx Kelly Green. HEX triplet: 50, DC and 14. RGB value is (80,220,20). Sum of RGB (Red+Green+Blue) = 80+220+20=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DC14 is #AF23EB. Grayscale: #9B9B9B. Windows color (decimal): -11477996 or 1367120. OLE color: 1367120.

HSL color Cylindrical-coordinate representation of color #50DC14: hue angle of 102º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50DC14 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB8022020-
CMYK0.6400.910.14
HSL102º83.33%47.06%-
HSV(B)102º90.91%86.27%-
XYZ29.0352.949.35-
YUV155.3451.6274.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 220 (86.33% from 255) = 68.75%
BLUE value IS 20 (8.20% from 255) = 6.25%
R=25%
G=68.75%
B=6.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal80220200.6400.910.1410283.3347.06
Hex50DC144005BE66532f
Octal1203342410001331614612357
Binary10100001101110010100100000001011011111011001101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,220,20); }

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

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

 a { background-color: rgb(80,220,20); }

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

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

 span { border-color: rgb(80,220,20); }

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