Html Css Color HEX #5DA12A Limeade

📋 copy color: '#5DA12A'

red 93 ◦ green 161 ◦ blue 42

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

Shades of Limeade #5DA12A

Tints of Limeade #5DA12A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 54.39%

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 31.42%
G = 54.39%
B = 14.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#5DA12A (or 0x5DA12A) is known color: Limeade. HEX triplet: 5D, A1 and 2A. RGB value is (93,161,42). Sum of RGB (Red+Green+Blue) = 93+161+42=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA12A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA12A is #A25ED5. Grayscale: #7F7F7F. Windows color (decimal): -10641110 or 2793821. OLE color: 2793821.

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

Color convert

RGB 93 161 42 -
CMYK 0.42 0 0.74 0.37
HSL 94.29º 0.59% 0.4% -
HSV(B) 94.29º 0.74% 0.63% -
XYZ 17.68 27.98 6.66 -
YUV 127.1 79.97 103.68 -
System Red Green Blue C M Y K H S L
Decimal 93 161 42 0.42 0 0.74 0.37 94.29 0.59 0.4
Hex 5D A1 2A 2A 0 4A 25 5E 3B 28
Octal 135 241 52 52 0 112 45 136 73 50
Binary 1011101 10100001 101010 101010 0 1001010 100101 1011110 111011 101000

Color Harmonies of #5DA12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA12A

Black with #5DA12A

Text Example


Text Example

White with #5DA12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,161,42); }

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

background-color css

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

 a { background-color: rgb(93,161,42); }

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

border-color css

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

 span { border-color: rgb(93,161,42); }

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