Html Css Color HEX #5DA529 Limeade

📋 copy color: '#5DA529'

red 93 ◦ green 165 ◦ blue 41

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

Shades of Limeade #5DA529

Tints of Limeade #5DA529

RGB

 RED value IS 93 (36.72% from 255) = 31.1%

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

 BLUE value IS 41 (16.41% from 255) = 13.71%

R = 31.1%
G = 55.18%
B = 13.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#5DA529 (or 0x5DA529) is known color: Limeade. HEX triplet: 5D, A5 and 29. RGB value is (93,165,41). Sum of RGB (Red+Green+Blue) = 93+165+41=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 165 (64.84% from 255 or 55.18% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA529 is #A25AD6. Grayscale: #818181. Windows color (decimal): -10640087 or 2729309. OLE color: 2729309.

HSL color Cylindrical-coordinate representation of color #5DA529: hue angle of 94.84º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5DA529 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 93 165 41 -
CMYK 0.44 0 0.75 0.35
HSL 94.84º 0.6% 0.4% -
HSV(B) 94.84º 0.75% 0.65% -
XYZ 18.37 29.4 6.8 -
YUV 129.34 78.15 102.08 -
System Red Green Blue C M Y K H S L
Decimal 93 165 41 0.44 0 0.75 0.35 94.84 0.6 0.4
Hex 5D A5 29 2C 0 4B 23 5F 3C 28
Octal 135 245 51 54 0 113 43 137 74 50
Binary 1011101 10100101 101001 101100 0 1001011 100011 1011111 111100 101000

Color Harmonies of #5DA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA529

Black with #5DA529

Text Example


Text Example

White with #5DA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DA529; }

 p { color: rgb(93,165,41); }

 H1.HeaderClassName
 {
   color: #5DA529;
 }
 .AnyTagClassName
 {
   color: #5DA529;
 }
</style>

background-color css

<style>
 a { background-color: #5DA529; }

 a { background-color: rgb(93,165,41); }

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

border-color css

<style>
 span { border-color: #5DA529; }

 span { border-color: rgb(93,165,41); }

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