Html Css Color HEX #50A21D Limeade

📋 copy color: '#50A21D'

red 80 ◦ green 162 ◦ blue 29

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

Shades of Limeade #50A21D

Tints of Limeade #50A21D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 59.78%

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 29.52%
G = 59.78%
B = 10.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#50A21D (or 0x50A21D) is known color: Limeade. HEX triplet: 50, A2 and 1D. RGB value is (80,162,29). Sum of RGB (Red+Green+Blue) = 80+162+29=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #50A21D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A21D is #AF5DE2. Grayscale: #7A7A7A. Windows color (decimal): -11492835 or 1942096. OLE color: 1942096.

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

Color convert

RGB 80 162 29 -
CMYK 0.51 0 0.82 0.36
HSL 96.99º 0.7% 0.37% -
HSV(B) 96.99º 0.82% 0.64% -
XYZ 16.45 27.63 5.63 -
YUV 122.32 75.33 97.81 -
System Red Green Blue C M Y K H S L
Decimal 80 162 29 0.51 0 0.82 0.36 96.99 0.7 0.37
Hex 50 A2 1D 33 0 52 24 61 46 25
Octal 120 242 35 63 0 122 44 141 106 45
Binary 1010000 10100010 11101 110011 0 1010010 100100 1100001 1000110 100101

Color Harmonies of #50A21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A21D

Black with #50A21D

Text Example


Text Example

White with #50A21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,162,29); }

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

background-color css

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

 a { background-color: rgb(80,162,29); }

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

border-color css

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

 span { border-color: rgb(80,162,29); }

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