Html Css Color HEX #50A30B Kelly Green

📋 copy color: '#50A30B'

red 80 ◦ green 163 ◦ blue 11

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

Shades of Kelly Green #50A30B

Tints of Kelly Green #50A30B

RGB

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

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

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

R = 31.5%
G = 64.17%
B = 4.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#50A30B (or 0x50A30B) is known color: Kelly Green. HEX triplet: 50, A3 and 0B. RGB value is (80,163,11). Sum of RGB (Red+Green+Blue) = 80+163+11=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 163 (64.06% from 255 or 64.17% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 163 - color contains mainly: green. Hex color #50A30B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A30B is #AF5CF4. Grayscale: #797979. Windows color (decimal): -11492597 or 762704. OLE color: 762704.

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

Color convert

RGB 80 163 11 -
CMYK 0.51 0 0.93 0.36
HSL 92.76º 0.87% 0.34% -
HSV(B) 92.76º 0.93% 0.64% -
XYZ 16.47 27.92 4.84 -
YUV 120.86 66 98.86 -
System Red Green Blue C M Y K H S L
Decimal 80 163 11 0.51 0 0.93 0.36 92.76 0.87 0.34
Hex 50 A3 B 33 0 5D 24 5D 57 22
Octal 120 243 13 63 0 135 44 135 127 42
Binary 1010000 10100011 1011 110011 0 1011101 100100 1011101 1010111 100010

Color Harmonies of #50A30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A30B

Black with #50A30B

Text Example


Text Example

White with #50A30B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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