Html Css Color HEX #5DA03A Limeade

📋 copy color: '#5DA03A'

red 93 ◦ green 160 ◦ blue 58

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

Shades of Limeade #5DA03A

Tints of Limeade #5DA03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 29.9%
G = 51.45%
B = 18.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#5DA03A (or 0x5DA03A) is known color: Limeade. HEX triplet: 5D, A0 and 3A. RGB value is (93,160,58). Sum of RGB (Red+Green+Blue) = 93+160+58=311 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.90% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA03A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA03A is #A25FC5. Grayscale: #808080. Windows color (decimal): -10641350 or 3842141. OLE color: 3842141.

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

Color convert

RGB 93 160 58 -
CMYK 0.42 0 0.64 0.37
HSL 99.41º 0.47% 0.43% -
HSV(B) 99.41º 0.64% 0.63% -
XYZ 17.85 27.77 8.42 -
YUV 128.34 88.3 102.79 -
System Red Green Blue C M Y K H S L
Decimal 93 160 58 0.42 0 0.64 0.37 99.41 0.47 0.43
Hex 5D A0 3A 2A 0 40 25 63 2F 2B
Octal 135 240 72 52 0 100 45 143 57 53
Binary 1011101 10100000 111010 101010 0 1000000 100101 1100011 101111 101011

Color Harmonies of #5DA03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA03A

Black with #5DA03A

Text Example


Text Example

White with #5DA03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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