Html Css Color HEX #50B40A Kelly Green

📋 copy color: '#50B40A'

red 80 ◦ green 180 ◦ blue 10

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

Shades of Kelly Green #50B40A

Tints of Kelly Green #50B40A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 66.67%

 BLUE value IS 10 (4.3% from 255) = 3.7%

R = 29.63%
G = 66.67%
B = 3.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#50B40A (or 0x50B40A) is known color: Kelly Green. HEX triplet: 50, B4 and 0A. RGB value is (80,180,10). Sum of RGB (Red+Green+Blue) = 80+180+10=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 180 (70.70% from 255 or 66.67% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 180 - color contains mainly: green. Hex color #50B40A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B40A is #AF4BF5. Grayscale: #838383. Windows color (decimal): -11488246 or 701520. OLE color: 701520.

HSL color Cylindrical-coordinate representation of color #50B40A: hue angle of 95.29º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50B40A is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 180 10 -
CMYK 0.56 0 0.94 0.29
HSL 95.29º 0.89% 0.37% -
HSV(B) 95.29º 0.94% 0.71% -
XYZ 19.68 34.37 5.88 -
YUV 130.72 59.87 91.82 -
System Red Green Blue C M Y K H S L
Decimal 80 180 10 0.56 0 0.94 0.29 95.29 0.89 0.37
Hex 50 B4 A 38 0 5E 1D 5F 59 25
Octal 120 264 12 70 0 136 35 137 131 45
Binary 1010000 10110100 1010 111000 0 1011110 11101 1011111 1011001 100101

Color Harmonies of #50B40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B40A

Black with #50B40A

Text Example


Text Example

White with #50B40A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,180,10); }

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

background-color css

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

 a { background-color: rgb(80,180,10); }

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

border-color css

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

 span { border-color: rgb(80,180,10); }

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