Html Css Color HEX #5DA037 Limeade

📋 copy color: '#5DA037'

red 93 ◦ green 160 ◦ blue 55

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

Shades of Limeade #5DA037

Tints of Limeade #5DA037

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.95%

 BLUE value IS 55 (21.88% from 255) = 17.86%

R = 30.19%
G = 51.95%
B = 17.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#5DA037 (or 0x5DA037) is known color: Limeade. HEX triplet: 5D, A0 and 37. RGB value is (93,160,55). Sum of RGB (Red+Green+Blue) = 93+160+55=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA037 is #A25FC8. Grayscale: #808080. Windows color (decimal): -10641353 or 3645533. OLE color: 3645533.

HSL color Cylindrical-coordinate representation of color #5DA037: hue angle of 98.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DA037 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 160 55 -
CMYK 0.42 0 0.66 0.37
HSL 98.29º 0.49% 0.42% -
HSV(B) 98.29º 0.66% 0.63% -
XYZ 17.77 27.74 8.03 -
YUV 128 86.8 103.04 -
System Red Green Blue C M Y K H S L
Decimal 93 160 55 0.42 0 0.66 0.37 98.29 0.49 0.42
Hex 5D A0 37 2A 0 42 25 62 31 2A
Octal 135 240 67 52 0 102 45 142 61 52
Binary 1011101 10100000 110111 101010 0 1000010 100101 1100010 110001 101010

Color Harmonies of #5DA037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA037

Black with #5DA037

Text Example


Text Example

White with #5DA037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,160,55); }

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

background-color css

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

 a { background-color: rgb(93,160,55); }

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

border-color css

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

 span { border-color: rgb(93,160,55); }

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