Html Css Color HEX #50DC0B Kelly Green

📋 copy color: '#50DC0B'

red 80 ◦ green 220 ◦ blue 11

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

Shades of Kelly Green #50DC0B

Tints of Kelly Green #50DC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.54%

R = 25.72%
G = 70.74%
B = 3.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#50DC0B (or 0x50DC0B) is known color: Kelly Green. HEX triplet: 50, DC and 0B. RGB value is (80,220,11). Sum of RGB (Red+Green+Blue) = 80+220+11=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 220 (86.33% from 255 or 70.74% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DC0B is #AF23F4. Grayscale: #9B9B9B. Windows color (decimal): -11478005 or 777296. OLE color: 777296.

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

Color convert

RGB 80 220 11 -
CMYK 0.64 0 0.95 0.14
HSL 100.19º 0.9% 0.45% -
HSV(B) 100.19º 0.95% 0.86% -
XYZ 28.96 52.92 9 -
YUV 154.31 47.12 74.99 -
System Red Green Blue C M Y K H S L
Decimal 80 220 11 0.64 0 0.95 0.14 100.19 0.9 0.45
Hex 50 DC B 40 0 5F E 64 5A 2D
Octal 120 334 13 100 0 137 16 144 132 55
Binary 1010000 11011100 1011 1000000 0 1011111 1110 1100100 1011010 101101

Color Harmonies of #50DC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DC0B

Black with #50DC0B

Text Example


Text Example

White with #50DC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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