Html Css Color HEX #50DC13 Kelly Green

📋 copy color: '#50DC13'

red 80 ◦ green 220 ◦ blue 19

#50DC13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #50DC13

Tints of Kelly Green #50DC13

RGB

 RED value IS 80 (31.64% from 255) = 25.08%

 GREEN value IS 220 (86.33% from 255) = 68.97%

 BLUE value IS 19 (7.81% from 255) = 5.96%

R = 25.08%
G = 68.97%
B = 5.96%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#50DC13 (or 0x50DC13) is known color: Kelly Green. HEX triplet: 50, DC and 13. RGB value is (80,220,19). Sum of RGB (Red+Green+Blue) = 80+220+19=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DC13 is #AF23EC. Grayscale: #9B9B9B. Windows color (decimal): -11477997 or 1301584. OLE color: 1301584.

HSL color Cylindrical-coordinate representation of color #50DC13: hue angle of 101.79º degrees, saturation: 0.84, 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 #50DC13 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 220 19 -
CMYK 0.64 0 0.91 0.14
HSL 101.79º 0.84% 0.47% -
HSV(B) 101.79º 0.91% 0.86% -
XYZ 29.02 52.94 9.3 -
YUV 155.23 51.12 74.34 -
System Red Green Blue C M Y K H S L
Decimal 80 220 19 0.64 0 0.91 0.14 101.79 0.84 0.47
Hex 50 DC 13 40 0 5B E 66 54 2F
Octal 120 334 23 100 0 133 16 146 124 57
Binary 1010000 11011100 10011 1000000 0 1011011 1110 1100110 1010100 101111

Color Harmonies of #50DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DC13

Black with #50DC13

Text Example


Text Example

White with #50DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50DC13;
 }
 .AnyTagClassName
 {
   color: #50DC13;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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