Html Css Color HEX #50DC07 Kelly Green

📋 copy color: '#50DC07'

red 80 ◦ green 220 ◦ blue 7

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

Shades of Kelly Green #50DC07

Tints of Kelly Green #50DC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.28%

R = 26.06%
G = 71.66%
B = 2.28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#50DC07 (or 0x50DC07) is known color: Kelly Green. HEX triplet: 50, DC and 07. RGB value is (80,220,7). Sum of RGB (Red+Green+Blue) = 80+220+7=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 220 (86.33% from 255 or 71.66% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DC07 is #AF23F8. Grayscale: #9A9A9A. Windows color (decimal): -11478009 or 515152. OLE color: 515152.

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

Color convert

RGB 80 220 7 -
CMYK 0.64 0 0.97 0.14
HSL 99.44º 0.94% 0.45% -
HSV(B) 99.44º 0.97% 0.86% -
XYZ 28.94 52.91 8.89 -
YUV 153.86 45.12 75.32 -
System Red Green Blue C M Y K H S L
Decimal 80 220 7 0.64 0 0.97 0.14 99.44 0.94 0.45
Hex 50 DC 7 40 0 61 E 63 5E 2D
Octal 120 334 7 100 0 141 16 143 136 55
Binary 1010000 11011100 111 1000000 0 1100001 1110 1100011 1011110 101101

Color Harmonies of #50DC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DC07

Black with #50DC07

Text Example


Text Example

White with #50DC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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