Html Css Color HEX #5DA526 Limeade

📋 copy color: '#5DA526'

red 93 ◦ green 165 ◦ blue 38

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

Shades of Limeade #5DA526

Tints of Limeade #5DA526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.84%

R = 31.42%
G = 55.74%
B = 12.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#5DA526 (or 0x5DA526) is known color: Limeade. HEX triplet: 5D, A5 and 26. RGB value is (93,165,38). Sum of RGB (Red+Green+Blue) = 93+165+38=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 165 (64.84% from 255 or 55.74% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA526 is #A25AD9. Grayscale: #818181. Windows color (decimal): -10640090 or 2532701. OLE color: 2532701.

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

Color convert

RGB 93 165 38 -
CMYK 0.44 0 0.77 0.35
HSL 94.02º 0.63% 0.4% -
HSV(B) 94.02º 0.77% 0.65% -
XYZ 18.32 29.38 6.54 -
YUV 128.99 76.65 102.33 -
System Red Green Blue C M Y K H S L
Decimal 93 165 38 0.44 0 0.77 0.35 94.02 0.63 0.4
Hex 5D A5 26 2C 0 4D 23 5E 3F 28
Octal 135 245 46 54 0 115 43 136 77 50
Binary 1011101 10100101 100110 101100 0 1001101 100011 1011110 111111 101000

Color Harmonies of #5DA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA526

Black with #5DA526

Text Example


Text Example

White with #5DA526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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