Html Css Color HEX #50A521 Limeade

📋 copy color: '#50A521'

red 80 ◦ green 165 ◦ blue 33

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

Shades of Limeade #50A521

Tints of Limeade #50A521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 59.35%

 BLUE value IS 33 (13.28% from 255) = 11.87%

R = 28.78%
G = 59.35%
B = 11.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#50A521 (or 0x50A521) is known color: Limeade. HEX triplet: 50, A5 and 21. RGB value is (80,165,33). Sum of RGB (Red+Green+Blue) = 80+165+33=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 165 (64.84% from 255 or 59.35% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 165 - color contains mainly: green. Hex color #50A521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A521 is #AF5ADE. Grayscale: #7C7C7C. Windows color (decimal): -11492063 or 2205008. OLE color: 2205008.

HSL color Cylindrical-coordinate representation of color #50A521: hue angle of 98.64º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50A521 is Cyan = 0.52, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 165 33 -
CMYK 0.52 0 0.8 0.35
HSL 98.64º 0.67% 0.39% -
HSV(B) 98.64º 0.8% 0.65% -
XYZ 17.04 28.73 6.09 -
YUV 124.54 76.34 96.23 -
System Red Green Blue C M Y K H S L
Decimal 80 165 33 0.52 0 0.8 0.35 98.64 0.67 0.39
Hex 50 A5 21 34 0 50 23 63 43 27
Octal 120 245 41 64 0 120 43 143 103 47
Binary 1010000 10100101 100001 110100 0 1010000 100011 1100011 1000011 100111

Color Harmonies of #50A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A521

Black with #50A521

Text Example


Text Example

White with #50A521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,165,33); }

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

background-color css

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

 a { background-color: rgb(80,165,33); }

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

border-color css

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

 span { border-color: rgb(80,165,33); }

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