Html Css Color HEX #50A30D Kelly Green

📋 copy color: '#50A30D'

red 80 ◦ green 163 ◦ blue 13

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

Shades of Kelly Green #50A30D

Tints of Kelly Green #50A30D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 63.67%

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

R = 31.25%
G = 63.67%
B = 5.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#50A30D (or 0x50A30D) is known color: Kelly Green. HEX triplet: 50, A3 and 0D. RGB value is (80,163,13). Sum of RGB (Red+Green+Blue) = 80+163+13=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 163 (64.06% from 255 or 63.67% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 163 - color contains mainly: green. Hex color #50A30D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A30D is #AF5CF2. Grayscale: #797979. Windows color (decimal): -11492595 or 893776. OLE color: 893776.

HSL color Cylindrical-coordinate representation of color #50A30D: hue angle of 93.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50A30D is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 163 13 -
CMYK 0.51 0 0.92 0.36
HSL 93.2º 0.85% 0.35% -
HSV(B) 93.2º 0.92% 0.64% -
XYZ 16.48 27.93 4.9 -
YUV 121.08 67 98.7 -
System Red Green Blue C M Y K H S L
Decimal 80 163 13 0.51 0 0.92 0.36 93.2 0.85 0.35
Hex 50 A3 D 33 0 5C 24 5D 55 23
Octal 120 243 15 63 0 134 44 135 125 43
Binary 1010000 10100011 1101 110011 0 1011100 100100 1011101 1010101 100011

Color Harmonies of #50A30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A30D

Black with #50A30D

Text Example


Text Example

White with #50A30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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