Html Css Color HEX #5DA328 Limeade

📋 copy color: '#5DA328'

red 93 ◦ green 163 ◦ blue 40

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

Shades of Limeade #5DA328

Tints of Limeade #5DA328

RGB

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

 GREEN value IS 163 (64.06% from 255) = 55.07%

 BLUE value IS 40 (16.02% from 255) = 13.51%

R = 31.42%
G = 55.07%
B = 13.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#5DA328 (or 0x5DA328) is known color: Limeade. HEX triplet: 5D, A3 and 28. RGB value is (93,163,40). Sum of RGB (Red+Green+Blue) = 93+163+40=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 163 (64.06% from 255 or 55.07% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA328 is #A25CD7. Grayscale: #808080. Windows color (decimal): -10640600 or 2663261. OLE color: 2663261.

HSL color Cylindrical-coordinate representation of color #5DA328: hue angle of 94.15º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5DA328 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 93 163 40 -
CMYK 0.43 0 0.75 0.36
HSL 94.15º 0.61% 0.4% -
HSV(B) 94.15º 0.75% 0.64% -
XYZ 17.99 28.67 6.59 -
YUV 128.05 78.31 103 -
System Red Green Blue C M Y K H S L
Decimal 93 163 40 0.43 0 0.75 0.36 94.15 0.61 0.4
Hex 5D A3 28 2B 0 4B 24 5E 3D 28
Octal 135 243 50 53 0 113 44 136 75 50
Binary 1011101 10100011 101000 101011 0 1001011 100100 1011110 111101 101000

Color Harmonies of #5DA328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA328

Black with #5DA328

Text Example


Text Example

White with #5DA328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,163,40); }

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

background-color css

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

 a { background-color: rgb(93,163,40); }

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

border-color css

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

 span { border-color: rgb(93,163,40); }

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