Html Css Color HEX #50A217 Limeade

📋 copy color: '#50A217'

red 80 ◦ green 162 ◦ blue 23

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

Shades of Limeade #50A217

Tints of Limeade #50A217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.68%

R = 30.19%
G = 61.13%
B = 8.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#50A217 (or 0x50A217) is known color: Limeade. HEX triplet: 50, A2 and 17. RGB value is (80,162,23). Sum of RGB (Red+Green+Blue) = 80+162+23=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 162 (63.67% from 255 or 61.13% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 162 - color contains mainly: green. Hex color #50A217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A217 is #AF5DE8. Grayscale: #7A7A7A. Windows color (decimal): -11492841 or 1548880. OLE color: 1548880.

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

Color convert

RGB 80 162 23 -
CMYK 0.51 0 0.86 0.36
HSL 95.4º 0.75% 0.36% -
HSV(B) 95.4º 0.86% 0.64% -
XYZ 16.38 27.61 5.28 -
YUV 121.64 72.33 98.3 -
System Red Green Blue C M Y K H S L
Decimal 80 162 23 0.51 0 0.86 0.36 95.4 0.75 0.36
Hex 50 A2 17 33 0 56 24 5F 4B 24
Octal 120 242 27 63 0 126 44 137 113 44
Binary 1010000 10100010 10111 110011 0 1010110 100100 1011111 1001011 100100

Color Harmonies of #50A217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A217

Black with #50A217

Text Example


Text Example

White with #50A217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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