Html Css Color HEX #50A12F Limeade

📋 copy color: '#50A12F'

red 80 ◦ green 161 ◦ blue 47

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

Shades of Limeade #50A12F

Tints of Limeade #50A12F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 55.9%

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 27.78%
G = 55.9%
B = 16.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#50A12F (or 0x50A12F) is known color: Limeade. HEX triplet: 50, A1 and 2F. RGB value is (80,161,47). Sum of RGB (Red+Green+Blue) = 80+161+47=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 161 (63.28% from 255 or 55.90% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 161 - color contains mainly: green. Hex color #50A12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A12F is #AF5ED0. Grayscale: #7C7C7C. Windows color (decimal): -11493073 or 3121488. OLE color: 3121488.

HSL color Cylindrical-coordinate representation of color #50A12F: hue angle of 102.63º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50A12F is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 161 47 -
CMYK 0.50 0 0.71 0.37
HSL 102.63º 0.55% 0.41% -
HSV(B) 102.63º 0.71% 0.63% -
XYZ 16.57 27.4 7.11 -
YUV 123.79 84.66 96.77 -
System Red Green Blue C M Y K H S L
Decimal 80 161 47 0.50 0 0.71 0.37 102.63 0.55 0.41
Hex 50 A1 2F 32 0 47 25 67 37 29
Octal 120 241 57 62 0 107 45 147 67 51
Binary 1010000 10100001 101111 110010 0 1000111 100101 1100111 110111 101001

Color Harmonies of #50A12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A12F

Black with #50A12F

Text Example


Text Example

White with #50A12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,161,47); }

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

background-color css

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

 a { background-color: rgb(80,161,47); }

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

border-color css

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

 span { border-color: rgb(80,161,47); }

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