Html Css Color HEX #5DA12D Limeade

📋 copy color: '#5DA12D'

red 93 ◦ green 161 ◦ blue 45

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

Shades of Limeade #5DA12D

Tints of Limeade #5DA12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.05%

R = 31.1%
G = 53.85%
B = 15.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#5DA12D (or 0x5DA12D) is known color: Limeade. HEX triplet: 5D, A1 and 2D. RGB value is (93,161,45). Sum of RGB (Red+Green+Blue) = 93+161+45=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 161 (63.28% from 255 or 53.85% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA12D is #A25ED2. Grayscale: #7F7F7F. Windows color (decimal): -10641107 or 2990429. OLE color: 2990429.

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

Color convert

RGB 93 161 45 -
CMYK 0.42 0 0.72 0.37
HSL 95.17º 0.56% 0.4% -
HSV(B) 95.17º 0.72% 0.63% -
XYZ 17.73 28.01 6.95 -
YUV 127.44 81.47 103.43 -
System Red Green Blue C M Y K H S L
Decimal 93 161 45 0.42 0 0.72 0.37 95.17 0.56 0.4
Hex 5D A1 2D 2A 0 48 25 5F 38 28
Octal 135 241 55 52 0 110 45 137 70 50
Binary 1011101 10100001 101101 101010 0 1001000 100101 1011111 111000 101000

Color Harmonies of #5DA12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA12D

Black with #5DA12D

Text Example


Text Example

White with #5DA12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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