Html Css Color HEX #50D90D Kelly Green

📋 copy color: '#50D90D'

red 80 ◦ green 217 ◦ blue 13

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

Shades of Kelly Green #50D90D

Tints of Kelly Green #50D90D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 70%

 BLUE value IS 13 (5.47% from 255) = 4.19%

R = 25.81%
G = 70%
B = 4.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#50D90D (or 0x50D90D) is known color: Kelly Green. HEX triplet: 50, D9 and 0D. RGB value is (80,217,13). Sum of RGB (Red+Green+Blue) = 80+217+13=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 217 (85.16% from 255 or 70% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 217 - color contains mainly: green. Hex color #50D90D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D90D is #AF26F2. Grayscale: #999999. Windows color (decimal): -11478771 or 907600. OLE color: 907600.

HSL color Cylindrical-coordinate representation of color #50D90D: hue angle of 100.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50D90D is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 217 13 -
CMYK 0.63 0 0.94 0.15
HSL 100.29º 0.89% 0.45% -
HSV(B) 100.29º 0.94% 0.85% -
XYZ 28.19 51.36 8.81 -
YUV 152.78 49.11 76.09 -
System Red Green Blue C M Y K H S L
Decimal 80 217 13 0.63 0 0.94 0.15 100.29 0.89 0.45
Hex 50 D9 D 3F 0 5E F 64 59 2D
Octal 120 331 15 77 0 136 17 144 131 55
Binary 1010000 11011001 1101 111111 0 1011110 1111 1100100 1011001 101101

Color Harmonies of #50D90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D90D

Black with #50D90D

Text Example


Text Example

White with #50D90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,217,13); }

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

background-color css

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

 a { background-color: rgb(80,217,13); }

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

border-color css

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

 span { border-color: rgb(80,217,13); }

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