Html Css Color HEX #5DA12B Limeade

📋 copy color: '#5DA12B'

red 93 ◦ green 161 ◦ blue 43

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

Shades of Limeade #5DA12B

Tints of Limeade #5DA12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 31.31%
G = 54.21%
B = 14.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#5DA12B (or 0x5DA12B) is known color: Limeade. HEX triplet: 5D, A1 and 2B. RGB value is (93,161,43). Sum of RGB (Red+Green+Blue) = 93+161+43=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 161 (63.28% from 255 or 54.21% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA12B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA12B is #A25ED4. Grayscale: #7F7F7F. Windows color (decimal): -10641109 or 2859357. OLE color: 2859357.

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

Color convert

RGB 93 161 43 -
CMYK 0.42 0 0.73 0.37
HSL 94.58º 0.58% 0.4% -
HSV(B) 94.58º 0.73% 0.63% -
XYZ 17.7 27.99 6.76 -
YUV 127.22 80.47 103.59 -
System Red Green Blue C M Y K H S L
Decimal 93 161 43 0.42 0 0.73 0.37 94.58 0.58 0.4
Hex 5D A1 2B 2A 0 49 25 5F 3A 28
Octal 135 241 53 52 0 111 45 137 72 50
Binary 1011101 10100001 101011 101010 0 1001001 100101 1011111 111010 101000

Color Harmonies of #5DA12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA12B

Black with #5DA12B

Text Example


Text Example

White with #5DA12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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